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 7fbca11 commit 4134c76Copy full SHA for 4134c76
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
# Build each combination of OS and release/debug variants
19
- os: [ "ubuntu-latest", "ubuntu-20.04", "macos-11", "macos-12" ]
+ os: [ "ubuntu-latest", "ubuntu-20.04", "macos-12", "macos-14" ]
20
build-type: [ Release, Debug ]
21
# Extra cmake flags. GitHub Actions matrix overloads `include` to mean
22
# 'add extra things to a job' and 'add jobs'. You can add extra things
0 commit comments