We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdfef8 commit 6ea4865Copy full SHA for 6ea4865
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
os:
11
- "macos-12" # latest
12
- - "macos-13"
+# - "macos-13" disabled, because it doesn't work due to some problem with Homebrew
13
runs-on: ${{ matrix.os }}
14
15
env:
0 commit comments