Skip to content

Commit 3db783a

Browse files
committed
Remove macos-11 from build matrix
It is pretty old. GH seems to have issues finding a runner for it.
1 parent 8e1d30c commit 3db783a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ macos-11, macos-12, macos-13 ]
30+
os: [ macos-12, macos-13 ]
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: "Install dependencies"

0 commit comments

Comments
 (0)