@@ -49,57 +49,57 @@ jobs:
49
49
fail-fast : false
50
50
matrix :
51
51
build :
52
- - target_triple : ' aarch64-apple-darwin'
53
- runner : macos-14
54
- py : ' cpython-3.8'
55
- optimizations : ' debug'
56
- - target_triple : ' aarch64-apple-darwin'
57
- runner : macos-14
58
- py : ' cpython-3.8'
59
- optimizations : ' pgo'
60
- - target_triple : ' aarch64-apple-darwin'
61
- runner : macos-14
62
- py : ' cpython-3.8'
63
- optimizations : ' pgo+lto'
52
+ # - target_triple: 'aarch64-apple-darwin'
53
+ # runner: macos-14
54
+ # py: 'cpython-3.8'
55
+ # optimizations: 'debug'
56
+ # - target_triple: 'aarch64-apple-darwin'
57
+ # runner: macos-14
58
+ # py: 'cpython-3.8'
59
+ # optimizations: 'pgo'
60
+ # - target_triple: 'aarch64-apple-darwin'
61
+ # runner: macos-14
62
+ # py: 'cpython-3.8'
63
+ # optimizations: 'pgo+lto'
64
64
65
- - target_triple : ' aarch64-apple-darwin'
66
- runner : macos-14
67
- py : ' cpython-3.9'
68
- optimizations : ' debug'
69
- - target_triple : ' aarch64-apple-darwin'
70
- runner : macos-14
71
- py : ' cpython-3.9'
72
- optimizations : ' pgo'
73
- - target_triple : ' aarch64-apple-darwin'
74
- runner : macos-14
75
- py : ' cpython-3.9'
76
- optimizations : ' pgo+lto'
65
+ # - target_triple: 'aarch64-apple-darwin'
66
+ # runner: macos-14
67
+ # py: 'cpython-3.9'
68
+ # optimizations: 'debug'
69
+ # - target_triple: 'aarch64-apple-darwin'
70
+ # runner: macos-14
71
+ # py: 'cpython-3.9'
72
+ # optimizations: 'pgo'
73
+ # - target_triple: 'aarch64-apple-darwin'
74
+ # runner: macos-14
75
+ # py: 'cpython-3.9'
76
+ # optimizations: 'pgo+lto'
77
77
78
- - target_triple : ' aarch64-apple-darwin'
79
- runner : macos-14
80
- py : ' cpython-3.10'
81
- optimizations : ' debug'
82
- - target_triple : ' aarch64-apple-darwin'
83
- runner : macos-14
84
- py : ' cpython-3.10'
85
- optimizations : ' pgo'
86
- - target_triple : ' aarch64-apple-darwin'
87
- runner : macos-14
88
- py : ' cpython-3.10'
89
- optimizations : ' pgo+lto'
78
+ # - target_triple: 'aarch64-apple-darwin'
79
+ # runner: macos-14
80
+ # py: 'cpython-3.10'
81
+ # optimizations: 'debug'
82
+ # - target_triple: 'aarch64-apple-darwin'
83
+ # runner: macos-14
84
+ # py: 'cpython-3.10'
85
+ # optimizations: 'pgo'
86
+ # - target_triple: 'aarch64-apple-darwin'
87
+ # runner: macos-14
88
+ # py: 'cpython-3.10'
89
+ # optimizations: 'pgo+lto'
90
90
91
- - target_triple : ' aarch64-apple-darwin'
92
- runner : macos-14
93
- py : ' cpython-3.11'
94
- optimizations : ' debug'
95
- - target_triple : ' aarch64-apple-darwin'
96
- runner : macos-14
97
- py : ' cpython-3.11'
98
- optimizations : ' pgo'
99
- - target_triple : ' aarch64-apple-darwin'
100
- runner : macos-14
101
- py : ' cpython-3.11'
102
- optimizations : ' pgo+lto'
91
+ # - target_triple: 'aarch64-apple-darwin'
92
+ # runner: macos-14
93
+ # py: 'cpython-3.11'
94
+ # optimizations: 'debug'
95
+ # - target_triple: 'aarch64-apple-darwin'
96
+ # runner: macos-14
97
+ # py: 'cpython-3.11'
98
+ # optimizations: 'pgo'
99
+ # - target_triple: 'aarch64-apple-darwin'
100
+ # runner: macos-14
101
+ # py: 'cpython-3.11'
102
+ # optimizations: 'pgo+lto'
103
103
104
104
- target_triple : ' aarch64-apple-darwin'
105
105
runner : macos-14
@@ -130,57 +130,57 @@ jobs:
130
130
# macOS on Intel hardware. This is pretty straightforward. We exclude
131
131
# noopt because it doesn't provide any compelling advantages over PGO
132
132
# or LTO builds.
133
- - target_triple : ' x86_64-apple-darwin'
134
- runner : macos-13
135
- py : ' cpython-3.8'
136
- optimizations : ' debug'
137
- - target_triple : ' x86_64-apple-darwin'
138
- runner : macos-13
139
- py : ' cpython-3.8'
140
- optimizations : ' pgo'
141
- - target_triple : ' x86_64-apple-darwin'
142
- runner : macos-13
143
- py : ' cpython-3.8'
144
- optimizations : ' pgo+lto'
133
+ # - target_triple: 'x86_64-apple-darwin'
134
+ # runner: macos-13
135
+ # py: 'cpython-3.8'
136
+ # optimizations: 'debug'
137
+ # - target_triple: 'x86_64-apple-darwin'
138
+ # runner: macos-13
139
+ # py: 'cpython-3.8'
140
+ # optimizations: 'pgo'
141
+ # - target_triple: 'x86_64-apple-darwin'
142
+ # runner: macos-13
143
+ # py: 'cpython-3.8'
144
+ # optimizations: 'pgo+lto'
145
145
146
- - target_triple : ' x86_64-apple-darwin'
147
- runner : macos-13
148
- py : ' cpython-3.9'
149
- optimizations : ' debug'
150
- - target_triple : ' x86_64-apple-darwin'
151
- runner : macos-13
152
- py : ' cpython-3.9'
153
- optimizations : ' pgo'
154
- - target_triple : ' x86_64-apple-darwin'
155
- runner : macos-13
156
- py : ' cpython-3.9'
157
- optimizations : ' pgo+lto'
146
+ # - target_triple: 'x86_64-apple-darwin'
147
+ # runner: macos-13
148
+ # py: 'cpython-3.9'
149
+ # optimizations: 'debug'
150
+ # - target_triple: 'x86_64-apple-darwin'
151
+ # runner: macos-13
152
+ # py: 'cpython-3.9'
153
+ # optimizations: 'pgo'
154
+ # - target_triple: 'x86_64-apple-darwin'
155
+ # runner: macos-13
156
+ # py: 'cpython-3.9'
157
+ # optimizations: 'pgo+lto'
158
158
159
- - target_triple : ' x86_64-apple-darwin'
160
- runner : macos-13
161
- py : ' cpython-3.10'
162
- optimizations : ' debug'
163
- - target_triple : ' x86_64-apple-darwin'
164
- runner : macos-13
165
- py : ' cpython-3.10'
166
- optimizations : ' pgo'
167
- - target_triple : ' x86_64-apple-darwin'
168
- runner : macos-13
169
- py : ' cpython-3.10'
170
- optimizations : ' pgo+lto'
159
+ # - target_triple: 'x86_64-apple-darwin'
160
+ # runner: macos-13
161
+ # py: 'cpython-3.10'
162
+ # optimizations: 'debug'
163
+ # - target_triple: 'x86_64-apple-darwin'
164
+ # runner: macos-13
165
+ # py: 'cpython-3.10'
166
+ # optimizations: 'pgo'
167
+ # - target_triple: 'x86_64-apple-darwin'
168
+ # runner: macos-13
169
+ # py: 'cpython-3.10'
170
+ # optimizations: 'pgo+lto'
171
171
172
- - target_triple : ' x86_64-apple-darwin'
173
- runner : macos-13
174
- py : ' cpython-3.11'
175
- optimizations : ' debug'
176
- - target_triple : ' x86_64-apple-darwin'
177
- runner : macos-13
178
- py : ' cpython-3.11'
179
- optimizations : ' pgo'
180
- - target_triple : ' x86_64-apple-darwin'
181
- runner : macos-13
182
- py : ' cpython-3.11'
183
- optimizations : ' pgo+lto'
172
+ # - target_triple: 'x86_64-apple-darwin'
173
+ # runner: macos-13
174
+ # py: 'cpython-3.11'
175
+ # optimizations: 'debug'
176
+ # - target_triple: 'x86_64-apple-darwin'
177
+ # runner: macos-13
178
+ # py: 'cpython-3.11'
179
+ # optimizations: 'pgo'
180
+ # - target_triple: 'x86_64-apple-darwin'
181
+ # runner: macos-13
182
+ # py: 'cpython-3.11'
183
+ # optimizations: 'pgo+lto'
184
184
185
185
- target_triple : ' x86_64-apple-darwin'
186
186
runner : macos-13
0 commit comments