File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 fail-fast : false
3838 matrix :
3939 os : [
40- " macos-14 " ,
40+ " macos-latest " ,
4141 " ubuntu-latest" ,
4242 ]
4343 python-version : [
5656 # M1 only available for 3.10+
5757 - { os: "macos-13", python-version: "3.9" }
5858 exclude :
59- - { os: "macos-14 ", python-version: "3.9" }
59+ - { os: "macos-latest ", python-version: "3.9" }
6060
6161 runs-on : ${{ matrix.os }}
6262 name : ${{ matrix.os }} Python ${{ matrix.python-version }} ${{ matrix.disable-gil && 'free-threaded' || '' }}
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 cibw_arch : x86_64
108108 macosx_deployment_target : " 10.10"
109109 - name : " macOS arm64"
110- os : macos-14
110+ os : macos-latest
111111 cibw_arch : arm64
112112 macosx_deployment_target : " 11.0"
113113 - name : " manylinux2014 and musllinux x86_64"
You can’t perform that action at this time.
0 commit comments