Skip to content

Commit 70e3409

Browse files
Update macOS runners (#134)
1 parent f1b0173 commit 70e3409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
platform: [ubuntu-latest, macos-13, macos-latest, windows-latest]
31+
platform: [ubuntu-latest, macos-15-intel, macos-latest, windows-latest]
3232
python-version: ["3.9", "3.10", "3.11", "3.12"]
3333
backend: [PyQt5]
3434
exclude:
35-
- platform: macos-13
35+
- platform: macos-15-intel
3636
python-version: "3.10"
37-
- platform: macos-13
37+
- platform: macos-15-intel
3838
python-version: "3.11"
3939
- platform: macos-latest
4040
python-version: "3.10"

0 commit comments

Comments
 (0)