Skip to content

Commit

Permalink
GitHub CI: Remove macos-12, add macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
quark17 committed Oct 25, 2024
1 parent 91a2f3c commit 371ac54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build-and-test-macos:
strategy:
matrix:
os: [ macos-12, macos-13, macos-14 ]
os: [ macos-13, macos-14, macos-15 ]
fail-fast: false
name: "Build/Test: ${{ matrix.os }}"
uses: ./.github/workflows/build-and-test-macos.yml
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
build-doc-macOS:
strategy:
matrix:
os: [ macos-12, macos-13, macos-14 ]
os: [ macos-13, macos-14, macos-15 ]
fail-fast: false
name: "Build doc: ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 371ac54

Please sign in to comment.