Skip to content

Commit

Permalink
Merge pull request #29 from sheredom/update_workflow
Browse files Browse the repository at this point in the history
Update the workflow with the new min macOS image.
  • Loading branch information
sheredom committed Jul 23, 2024
2 parents 70b8c05 + d2bc003 commit 391d383
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-11, macos-14]
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
type: [Debug, RelWithDebInfo, MinSizeRel, Release]
compiler: [default, clang, gcc, tcc]
exclude:
- {os: "macos-11", compiler: "clang"}
- {os: "macos-11", compiler: "gcc"}
- {os: "macos-11", compiler: "tcc"}
- {os: "macos-14", compiler: "clang"}
- {os: "macos-14", compiler: "gcc"}
- {os: "macos-14", compiler: "tcc"}
- {os: "macos-13", compiler: "clang"}
- {os: "macos-13", compiler: "gcc"}
- {os: "macos-13", compiler: "tcc"}
- {os: "macos-latest", compiler: "clang"}
- {os: "macos-latest", compiler: "gcc"}
- {os: "macos-latest", compiler: "tcc"}
- {os: "ubuntu-latest", compiler: "default"}
- {os: "ubuntu-latest", compiler: "default"}
- {os: "windows-latest", compiler: "gcc"}
Expand Down

0 comments on commit 391d383

Please sign in to comment.