Skip to content

Commit

Permalink
ci: macos-11 is being removed by GitHub.
Browse files Browse the repository at this point in the history
On June 28, 2024, macos-11 runners will be removed.
  • Loading branch information
waywardmonkeys committed May 26, 2024
1 parent 4115219 commit 91b1db5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
build:
strategy:
matrix:
os: [macos-11, macos-13]
os: [macos-13, macos-14]
build_type: [Debug, Release]
std: [11, 17, 20]
exclude:
- { os: macos-11, std: 20 }
- { os: macos-13, std: 11 }
- { os: macos-13, std: 17 }
include:
Expand Down

0 comments on commit 91b1db5

Please sign in to comment.