Skip to content

Commit 7328ebd

Browse files
committed
upgrade python versions, only run macos on 3.11
1 parent 6b168cf commit 7328ebd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/checks.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,16 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
python-version:
48-
- "3.8"
4948
- "3.9"
5049
- "3.10"
50+
- "3.11"
5151
runs-on:
5252
- ubuntu-latest
53-
- macos-13 # as of 2024-05-16 macos-latest fails with MPS errors, see #598
53+
include:
54+
- python-version: "3.11"
55+
runs-on: macos-13
56+
- python-version: "3.11"
57+
runs-on: macos-latest
5458
steps:
5559
- uses: actions/checkout@v3
5660
- name: Install Poetry
@@ -225,4 +229,4 @@ jobs:
225229
with:
226230
folder: docs/build
227231
clean-exclude: |
228-
*.*.*/
232+
*.*.*/

0 commit comments

Comments
 (0)