We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b168cf commit 7328ebdCopy full SHA for 7328ebd
1 file changed
.github/workflows/checks.yml
@@ -45,12 +45,16 @@ jobs:
45
fail-fast: false
46
matrix:
47
python-version:
48
- - "3.8"
49
- "3.9"
50
- "3.10"
+ - "3.11"
51
runs-on:
52
- ubuntu-latest
53
- - macos-13 # as of 2024-05-16 macos-latest fails with MPS errors, see #598
+ include:
54
+ - python-version: "3.11"
55
+ runs-on: macos-13
56
57
+ runs-on: macos-latest
58
steps:
59
- uses: actions/checkout@v3
60
- name: Install Poetry
@@ -225,4 +229,4 @@ jobs:
225
229
with:
226
230
folder: docs/build
227
231
clean-exclude: |
228
- *.*.*/
232
+ *.*.*/
0 commit comments