We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0583f0f commit c6a4f63Copy full SHA for c6a4f63
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ${{ matrix.os }}
31
strategy:
32
matrix:
33
- os: [ubuntu-latest, macos-12, macos-14, windows-latest]
+ os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
34
steps:
35
- uses: actions/setup-python@v5
36
with:
@@ -43,7 +43,7 @@ jobs:
43
if: matrix.os == 'ubuntu-latest'
44
- name: install ninja (osx)
45
run: brew install ninja
46
- if: matrix.os == 'macos-12' || matrix.os == 'macos-14'
+ if: matrix.os == 'macos-13' || matrix.os == 'macos-latest'
47
- name: install ninja (win)
48
run: choco install ninja
49
if: matrix.os == 'windows-latest'
0 commit comments