Skip to content

Commit

Permalink
ci: update GHA MacOS images
Browse files Browse the repository at this point in the history
- remove macos-11 (dropped) and macos-12 (deprecated)
- add macos-13, macos-14, macos-15
  • Loading branch information
ralphlange committed Jan 10, 2025
1 parent b2b4e77 commit 4b477d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-12, macos-11]
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-15, macos-14, macos-13]
steps:
- uses: actions/checkout@v3
- name: Show initial environment
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-11]
os: [macos-15, macos-14, macos-13]
cmp: [clang]
configuration: [default, debug]
steps:
Expand Down

0 comments on commit 4b477d4

Please sign in to comment.