Skip to content

Commit 7faefaf

Browse files
committed
[CI] Remove macos-12 build
See actions/runner-images#10721
1 parent 5e81f6a commit 7faefaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-20.04, macos-12, macos-14, windows-latest]
18+
os: [ubuntu-20.04, macos-14, windows-latest]
1919
defaults:
2020
run:
2121
shell: bash
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: install ninja (osx)
3535
run: brew install ninja
36-
if: matrix.os == 'macos-12' || matrix.os == 'macos-14'
36+
if: matrix.os == 'macos-14'
3737

3838
- name: install ninja (win)
3939
run: choco install ninja

0 commit comments

Comments
 (0)