Skip to content

Commit

Permalink
update macOS on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed May 31, 2024
1 parent 661500c commit 3d892ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, windows-2022]
os: [ubuntu-22.04, macos-14, windows-2022]
shared_libs: ['ON', 'OFF']
include:
- os: ubuntu-22.04
package_manager: "apt"
test: "ON"

- os: macos-13
- os: macos-14
package_manager: "brew"
test: "OFF"

Expand Down

0 comments on commit 3d892ef

Please sign in to comment.