@@ -93,31 +93,31 @@ jobs:
9393# py: 'cpython-3.12'
9494# options: 'pgo+lto'
9595
96- - target_triple : ' aarch64-apple-darwin'
97- runner : macos-14
98- py : ' cpython-3.13'
99- options : ' debug'
100- - target_triple : ' aarch64-apple-darwin'
101- runner : macos-14
102- py : ' cpython-3.13'
103- options : ' pgo'
104- - target_triple : ' aarch64-apple-darwin'
105- runner : macos-14
106- py : ' cpython-3.13'
107- options : ' pgo+lto'
108-
109- - target_triple : ' aarch64-apple-darwin'
110- runner : macos-14
111- py : ' cpython-3.13'
112- options : ' freethreaded+debug'
113- - target_triple : ' aarch64-apple-darwin'
114- runner : macos-14
115- py : ' cpython-3.13'
116- options : ' freethreaded+pgo'
117- - target_triple : ' aarch64-apple-darwin'
118- runner : macos-14
119- py : ' cpython-3.13'
120- options : ' freethreaded+pgo+lto'
96+ # - target_triple: 'aarch64-apple-darwin'
97+ # runner: macos-14
98+ # py: 'cpython-3.13'
99+ # options: 'debug'
100+ # - target_triple: 'aarch64-apple-darwin'
101+ # runner: macos-14
102+ # py: 'cpython-3.13'
103+ # options: 'pgo'
104+ # - target_triple: 'aarch64-apple-darwin'
105+ # runner: macos-14
106+ # py: 'cpython-3.13'
107+ # options: 'pgo+lto'
108+ #
109+ # - target_triple: 'aarch64-apple-darwin'
110+ # runner: macos-14
111+ # py: 'cpython-3.13'
112+ # options: 'freethreaded+debug'
113+ # - target_triple: 'aarch64-apple-darwin'
114+ # runner: macos-14
115+ # py: 'cpython-3.13'
116+ # options: 'freethreaded+pgo'
117+ # - target_triple: 'aarch64-apple-darwin'
118+ # runner: macos-14
119+ # py: 'cpython-3.13'
120+ # options: 'freethreaded+pgo+lto'
121121
122122 - target_triple : ' aarch64-apple-darwin'
123123 runner : macos-14
@@ -200,30 +200,30 @@ jobs:
200200# py: 'cpython-3.12'
201201# options: 'pgo+lto'
202202
203- - target_triple : ' x86_64-apple-darwin'
204- runner : macos-13
205- py : ' cpython-3.13'
206- options : ' debug'
207- - target_triple : ' x86_64-apple-darwin'
208- runner : macos-13
209- py : ' cpython-3.13'
210- options : ' pgo'
211- - target_triple : ' x86_64-apple-darwin'
212- runner : macos-13
213- py : ' cpython-3.13'
214- options : ' pgo+lto'
215- - target_triple : ' x86_64-apple-darwin'
216- runner : macos-13
217- py : ' cpython-3.13'
218- options : ' freethreaded+debug'
219- - target_triple : ' x86_64-apple-darwin'
220- runner : macos-13
221- py : ' cpython-3.13'
222- options : ' freethreaded+pgo'
223- - target_triple : ' x86_64-apple-darwin'
224- runner : macos-13
225- py : ' cpython-3.13'
226- options : ' freethreaded+pgo+lto'
203+ # - target_triple: 'x86_64-apple-darwin'
204+ # runner: macos-13
205+ # py: 'cpython-3.13'
206+ # options: 'debug'
207+ # - target_triple: 'x86_64-apple-darwin'
208+ # runner: macos-13
209+ # py: 'cpython-3.13'
210+ # options: 'pgo'
211+ # - target_triple: 'x86_64-apple-darwin'
212+ # runner: macos-13
213+ # py: 'cpython-3.13'
214+ # options: 'pgo+lto'
215+ # - target_triple: 'x86_64-apple-darwin'
216+ # runner: macos-13
217+ # py: 'cpython-3.13'
218+ # options: 'freethreaded+debug'
219+ # - target_triple: 'x86_64-apple-darwin'
220+ # runner: macos-13
221+ # py: 'cpython-3.13'
222+ # options: 'freethreaded+pgo'
223+ # - target_triple: 'x86_64-apple-darwin'
224+ # runner: macos-13
225+ # py: 'cpython-3.13'
226+ # options: 'freethreaded+pgo+lto'
227227
228228 - target_triple : ' x86_64-apple-darwin'
229229 runner : macos-13
0 commit comments