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 Nov 2, 2024
1 parent 01e1749 commit 882349b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
build-macOS:
strategy:
matrix:
os: [ macos-12, macos-13, macos-14 ]
os: [ macos-13, macos-14, macos-15 ]
fail-fast: false
name: "Build ${{ matrix.os }}"
runs-on: ${{ matrix. os }}
Expand Down Expand Up @@ -86,7 +86,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 Expand Up @@ -213,7 +213,7 @@ jobs:
test-macOS:
strategy:
matrix:
os: [ macos-12, macos-13, macos-14 ]
os: [ macos-13, macos-14, macos-15 ]
fail-fast: false
name: "Test ${{ matrix.os }}"
runs-on: ${{ matrix. os }}
Expand Down

0 comments on commit 882349b

Please sign in to comment.