Skip to content

Commit

Permalink
simplify matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
benney authored and benney committed Dec 3, 2024
1 parent 17afa88 commit 7a79b19
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-24.04
triplet: x64-linux
- os: macos-12
triplet: x64-osx
- os: macos-14
triplet: arm64-osx
os: [ubuntu-24.04, macos-12, macos-14]
env:
# Indicates the location of the vcpkg as a Git submodule of the project repository.
# Not using "VCPKG_ROOT" because a variable with the same name is defined in the VS's
Expand Down

0 comments on commit 7a79b19

Please sign in to comment.