Skip to content

Commit 9a1f04e

Browse files
authored
Merge pull request #2112 from joto/disable-macos-13-build
Github action: Disable build on macOS 13
2 parents fbdfef8 + 6ea4865 commit 9a1f04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
os:
1111
- "macos-12" # latest
12-
- "macos-13"
12+
# - "macos-13" disabled, because it doesn't work due to some problem with Homebrew
1313
runs-on: ${{ matrix.os }}
1414

1515
env:

0 commit comments

Comments
 (0)