File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
cibw_archs : " aarch64"
125
125
- os : windows-latest
126
126
cibw_archs : " auto64"
127
- - os : macos-12
127
+ - os : macos-13
128
128
cibw_archs : " x86_64"
129
129
- os : macos-14
130
130
cibw_archs : " arm64"
Original file line number Diff line number Diff line change 97
97
pyqt6-ver : ' !=6.6.0'
98
98
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
99
99
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.
101
101
python-version : ' 3.10'
102
102
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
103
103
pyside6-ver : ' !=6.5.1'
@@ -189,12 +189,7 @@ jobs:
189
189
macOS)
190
190
brew update
191
191
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
198
193
brew install --cask font-noto-sans-cjk inkscape
199
194
;;
200
195
esac
You can’t perform that action at this time.
0 commit comments