Skip to content

Commit

Permalink
Build with newer macOS image
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Sep 2, 2024
1 parent fde5bd0 commit 3c0931b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- { name: Windows Clang, os: windows-2022, flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
- { name: Linux GCC, os: ubuntu-22.04, flags: -GNinja }
- { name: Linux Clang, os: ubuntu-22.04, flags: -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
- { name: MacOS, os: macos-12, flags: -GNinja }
- { name: MacOS, os: macos-14, flags: -GNinja }
type:
- { name: Debug }
- { name: Release }
Expand Down

0 comments on commit 3c0931b

Please sign in to comment.