Skip to content

Commit 4134c76

Browse files
committed
CI: macos-11 is no more; keep -12 and add -14
1 parent 7fbca11 commit 4134c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# Build each combination of OS and release/debug variants
19-
os: [ "ubuntu-latest", "ubuntu-20.04", "macos-11", "macos-12" ]
19+
os: [ "ubuntu-latest", "ubuntu-20.04", "macos-12", "macos-14" ]
2020
build-type: [ Release, Debug ]
2121
# Extra cmake flags. GitHub Actions matrix overloads `include` to mean
2222
# 'add extra things to a job' and 'add jobs'. You can add extra things

0 commit comments

Comments
 (0)