Skip to content

Commit

Permalink
CI now tests against macos-latest too
Browse files Browse the repository at this point in the history
Signed-off-by: Rainer Schoenberger <[email protected]>
  • Loading branch information
rainerschoe committed Sep 25, 2024
1 parent 3ee6a3b commit eea48fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit eea48fe

Please sign in to comment.