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

Skip to content

Commit fb38983

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 fb38983

2 files changed

Lines changed: 3 additions & 8 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 & 7 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'
@@ -189,12 +189,7 @@ jobs:
189189
macOS)
190190
brew update
191191
export HOMEBREW_NO_INSTALL_UPGRADE=1 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
192-
brew install ccache ghostscript ninja
193-
# The macOS 12 images have an older Python, and this causes homebrew to generate conflicts.
194-
# We'll just skip GTK for now, to not pull in Python updates.
195-
if [[ "${{ matrix.os }}" = macos-14 ]]; then
196-
brew install gobject-introspection gtk4
197-
fi
192+
brew install ccache ghostscript gobject-introspection gtk4 ninja
198193
brew install --cask font-noto-sans-cjk inkscape
199194
;;
200195
esac

0 commit comments

Comments
 (0)