Skip to content

Commit

Permalink
Switch workflows to use macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed May 14, 2024
1 parent b3673a7 commit 63f9ec6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
tests-qt:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ['3.8', '3.11']
qt-api: ['pyqt5', 'pyside2', 'pyside6']
exclude:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bleeding-edge-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ['3.11']
qt-api: ['pyside6']
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-qt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
qt-api: ['pyqt5', 'pyside2', 'pyside6']
exclude:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-wx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-with-edm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test-with-edm:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
toolkit: ['pyqt5', 'pyside2', 'pyside6']
python-version: ['3.8']
include:
Expand Down

0 comments on commit 63f9ec6

Please sign in to comment.