File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
4949 python-version : " 3.10"
5050 - platform : windows-latest
5151 python-version : " 3.11"
52- - platform : macos-12
52+ - platform : macos-13
5353 python-version : " 3.7"
54- - platform : macos-12
54+ - platform : macos-13
5555 python-version : " 3.8"
56- - platform : macos-12
56+ - platform : macos-13
5757 python-version : " 3.9"
58- - platform : macos-12
58+ - platform : macos-13
5959 python-version : " 3.10"
60- - platform : macos-12
60+ - platform : macos-13
6161 python-version : " 3.11"
6262 - platform : macos-14
6363 python-version : " 3.10"
@@ -138,7 +138,7 @@ jobs:
138138 python -m build 2>&1 | tee build.log
139139 exit `fgrep -i warning build.log | grep -v "WARNING setuptools_scm" | grep -v "-warnings" | grep -v "All Warnings are enabled" | wc -l`
140140
141- - if : ${{ (matrix.platform == 'macos-12 ' && matrix.python-version == '3.11') || matrix.platform == 'macos-14' }}
141+ - if : ${{ (matrix.platform == 'macos-13 ' && matrix.python-version == '3.11') || matrix.platform == 'macos-14' }}
142142 run : |
143143 # workaround for buggy universal2 wheel names (contain single arch binary only!)
144144 for whl in dist/*_universal2.whl; do
You can’t perform that action at this time.
0 commit comments