Skip to content

Commit 1c0fa1e

Browse files
Copilotggerganov
andauthored
ci : remove retired macOS-13 runners from CI (#1397)
* Initial plan * Remove retired macOS-13 runner from CI build matrix Co-authored-by: ggerganov <1991296+ggerganov@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ggerganov <1991296+ggerganov@users.noreply.github.com>
1 parent f5425c0 commit 1c0fa1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
17+
os: [ubuntu-latest, macos-latest, windows-latest]
1818
libraries: [shared, static]
1919

2020
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)