Skip to content

Commit 1e91281

Browse files
authored
CI: Update macOS image to use x86 image
1 parent e03addb commit 1e91281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [ubuntu-latest, windows-latest, macos-latest]
46+
os: [ubuntu-latest, windows-latest, macos-13]
4747
python-version: ['3.7', '3.11']
4848
use-conda: ['Yes', 'No']
4949
qt5-version-default: ['5.12']
@@ -86,7 +86,7 @@ jobs:
8686
python-version: '3.11'
8787
use-conda: 'Yes'
8888
pyside6-version: 6.5 # Test upper bound
89-
- os: macos-latest
89+
- os: macos-13
9090
python-version: '3.11'
9191
use-conda: 'No'
9292
pyqt6-version: 6.5 # Test upper bound

0 commit comments

Comments
 (0)