Skip to content

Commit ef37c2d

Browse files
Fix: Remove macOS-11 from CI matrix (#115)
1 parent ef3227d commit ef37c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos_python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
max-parallel: 4
1414
matrix:
15-
os: [macOS-11, macOS-12]
15+
os: [macOS-12]
1616
python-version: ["3.8", "3.9", "3.10"]
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)