Skip to content

Commit 38c380e

Browse files
committed
drop macos-11 support in CI, homebrew and Apple don't support it
1 parent 6bcf5f9 commit 38c380e

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
@@ -60,7 +60,7 @@ jobs:
6060
macos:
6161
strategy:
6262
matrix:
63-
os: [macos-11, macos-latest]
63+
os: [macos-12, macos-latest]
6464
fail-fast: false
6565
runs-on: ${{ matrix.os }}
6666
timeout-minutes: 15

0 commit comments

Comments
 (0)