File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 strategy :
113113 fail-fast : false
114114 matrix :
115- os : ['ubuntu-latest', 'windows-latest', 'macos-13 ', 'macos-latest']
115+ os : ['ubuntu-latest', 'windows-latest', 'macos-14 ', 'macos-latest']
116116 python-version :
117117 - " 3.9"
118118 - " 3.10"
@@ -153,16 +153,18 @@ jobs:
153153 python-version : " 3.13"
154154 - os : windows-latest
155155 python-version : " 3.13t"
156- - os : macos-13
156+ - os : macos-14
157157 python-version : " 3.10"
158- - os : macos-13
158+ - os : macos-14
159159 python-version : " 3.11"
160- - os : macos-13
161- python-version : " 3.12"
162- - os : macos-13
160+ - os : macos-14
163161 python-version : " 3.13"
164- - os : macos-13
162+ - os : macos-14
165163 python-version : " 3.13t"
164+ - os : macos-14
165+ python-version : " 3.14"
166+ - os : macos-14
167+ python-version : " 3.14t"
166168 - os : macos-latest
167169 python-version : " 3.10"
168170 - os : macos-latest
@@ -187,16 +189,11 @@ jobs:
187189 architecture : arm64
188190 - os : windows-latest
189191 architecture : arm64
190- - os : macos-13
191- architecture : arm64
192- # x64 is not available for macos-14+
192+ # x64 is not available for macos-15
193193 - os : macos-latest
194194 architecture : x64
195195
196196 # # Reduced support
197- # Drop pre tests for macos-13
198- - os : macos-13
199- dependencies : pre
200197 # Drop pre tests for SPEC-0-unsupported Python versions
201198 - python-version : ' 3.9'
202199 dependencies : pre
You can’t perform that action at this time.
0 commit comments