Skip to content

Commit 02e06bd

Browse files
committed
Remove macos-11 from the CI matrix
... because no bottles are built for it anymore. Closes #29. Signed-off-by: Matthias Geier <705404+mgeier@users.noreply.github.com>
1 parent 51ee557 commit 02e06bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test-bot:
99
strategy:
1010
matrix:
11-
os: [ubuntu-22.04, macos-14, macos-13, macos-12, macos-11]
11+
os: [ubuntu-22.04, macos-14, macos-13, macos-12]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Set up Homebrew

0 commit comments

Comments
 (0)