Skip to content

Commit 5cb9015

Browse files
authored
remove problematic python versions for macOS tests
1 parent 2517c76 commit 5cb9015

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,19 @@ jobs:
1919

2020
runs-on: ${{ matrix.os }}
2121
strategy:
22+
fail-fast: false
2223
matrix:
23-
os: [windows-latest, ubuntu-latest, macos-12]
24+
os: [windows-latest, ubuntu-latest, macos-13]
2425
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
25-
26+
exclude:
27+
- os: macos-13
28+
version: "3.7"
29+
- os: macos-13
30+
version: "3.8"
31+
- os: macos-13
32+
version: "3.9"
33+
- os: macos-13
34+
version: "3.10"
2635
steps:
2736
- name: Set up Python ${{ matrix.python-version }}
2837
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)