Skip to content

Commit

Permalink
GitHub CI: Add macOS 12 VM
Browse files Browse the repository at this point in the history
  • Loading branch information
quark17 committed Jul 20, 2022
1 parent e7e8037 commit a1e4c50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
build-macOS:
strategy:
matrix:
os: [ macos-10.15, macos-11 ]
os: [ macos-10.15, macos-11, macos-12 ]
name: "Build: ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
build-doc-macOS:
strategy:
matrix:
os: [ macos-10.15, macos-11 ]
os: [ macos-10.15, macos-11, macos-12 ]
name: "Build doc: ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
test-macOS:
strategy:
matrix:
os: [ macos-10.15, macos-11 ]
os: [ macos-10.15, macos-11, macos-12 ]
name: "Test ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
needs: build-macos
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:
test-toooba-macOS:
strategy:
matrix:
os: [ macos-10.15, macos-11 ]
os: [ macos-10.15, macos-11, macos-12 ]
name: "Test Toooba ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
needs: build-macos
Expand Down Expand Up @@ -650,7 +650,7 @@ jobs:
test-contrib-macOS:
strategy:
matrix:
os: [ macos-10.15, macos-11 ]
os: [ macos-10.15, macos-11, macos-12 ]
name: "Test bsc-contrib ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
needs: build-macos
Expand Down Expand Up @@ -813,7 +813,7 @@ jobs:
test-bdw-macOS:
strategy:
matrix:
os: [ macos-10.15, macos-11 ]
os: [ macos-10.15, macos-11, macos-12 ]
name: "Test bdw ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
needs: build-macos
Expand Down

0 comments on commit a1e4c50

Please sign in to comment.