Skip to content

Commit

Permalink
Remove macOS 12 (soon to be unavailable), add macOS 15 (beta runner).
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Oct 11, 2024
1 parent 274230f commit e0faae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-12, macos-13, macos-14]
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-13, macos-14, macos-15]
runs-on: ${{ matrix.platform }}
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
trap-test:
strategy:
matrix:
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-12, macos-13, macos-14]
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-13, macos-14, macos-15]
runs-on: ${{ matrix.platform }}
env:
SCCACHE_GHA_ENABLED: "true"
Expand Down

0 comments on commit e0faae8

Please sign in to comment.