Skip to content

Commit 6ea4865

Browse files
committed
Github action: Disable build on macOS 13
Because it doesn't work due to some problem with Homebrew
1 parent fbdfef8 commit 6ea4865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)