Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6627f29

Browse files
committed
Switch macOS 12 runner images to macOS 13
These are going away soon, so let's see how this works out. actions/runner-images#10721
1 parent 5e5ce02 commit 6627f29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
cibw_archs: "aarch64"
125125
- os: windows-latest
126126
cibw_archs: "auto64"
127-
- os: macos-12
127+
- os: macos-13
128128
cibw_archs: "x86_64"
129129
- os: macos-14
130130
cibw_archs: "arm64"

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
pyqt6-ver: '!=6.6.0'
9898
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
9999
pyside6-ver: '!=6.5.1'
100-
- os: macos-12 # This runner is on Intel chips.
100+
- os: macos-13 # This runner is on Intel chips.
101101
python-version: '3.10'
102102
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
103103
pyside6-ver: '!=6.5.1'
@@ -190,7 +190,7 @@ jobs:
190190
brew update
191191
export HOMEBREW_NO_INSTALL_UPGRADE=1 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
192192
brew install ccache ghostscript ninja
193-
# The macOS 12 images have an older Python, and this causes homebrew to generate conflicts.
193+
# The macOS 13 images have an older Python, and this causes homebrew to generate conflicts.
194194
# We'll just skip GTK for now, to not pull in Python updates.
195195
if [[ "${{ matrix.os }}" = macos-14 ]]; then
196196
brew install gobject-introspection gtk4

0 commit comments

Comments
 (0)