Skip to content

Commit

Permalink
disable macOS 11 build
Browse files Browse the repository at this point in the history
Homebrew has discontinued macOS 11 even if GitHub Actions still supports it.

Signed-off-by: Fs <[email protected]>
  • Loading branch information
Fsu0413 committed Dec 12, 2023
1 parent 7271402 commit 055f367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [ "11", "12", "13" ]
runner: [ "12", "13" ]
asm: [ "YES", "NO" ]
zlib: [ "YES", "NO" ]
threads: [ "YES", "NO" ]
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [ "11", "12", "13" ]
runner: [ "12", "13" ]
asm: [ "YES", "NO" ]
zlib: [ "YES", "NO" ]
threads: [ "YES", "NO" ]
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [ "11", "12", "13" ]
runner: [ "12", "13" ]
# can't build ASM on unified.
zlib: [ "YES", "NO" ]
threads: [ "YES", "NO" ]
Expand Down

0 comments on commit 055f367

Please sign in to comment.