Skip to content

Commit

Permalink
CI: macos-11 is no more; keep -12 and add -14
Browse files Browse the repository at this point in the history
  • Loading branch information
nwf-msr committed Sep 10, 2024
1 parent 7fbca11 commit 4134c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
# Build each combination of OS and release/debug variants
os: [ "ubuntu-latest", "ubuntu-20.04", "macos-11", "macos-12" ]
os: [ "ubuntu-latest", "ubuntu-20.04", "macos-12", "macos-14" ]
build-type: [ Release, Debug ]
# Extra cmake flags. GitHub Actions matrix overloads `include` to mean
# 'add extra things to a job' and 'add jobs'. You can add extra things
Expand Down

0 comments on commit 4134c76

Please sign in to comment.