We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b0173 commit 70e3409Copy full SHA for 70e3409
.github/workflows/ci.yml
@@ -28,13 +28,13 @@ jobs:
28
strategy:
29
fail-fast: false
30
matrix:
31
- platform: [ubuntu-latest, macos-13, macos-latest, windows-latest]
+ platform: [ubuntu-latest, macos-15-intel, macos-latest, windows-latest]
32
python-version: ["3.9", "3.10", "3.11", "3.12"]
33
backend: [PyQt5]
34
exclude:
35
- - platform: macos-13
+ - platform: macos-15-intel
36
python-version: "3.10"
37
38
python-version: "3.11"
39
- platform: macos-latest
40
0 commit comments