@@ -2,7 +2,7 @@ name: MacOS Python build
2
2
3
3
on :
4
4
push :
5
- branches : [main]
5
+ branches : [ main ]
6
6
pull_request :
7
7
8
8
concurrency :
47
47
build :
48
48
- target_triple : ' aarch64-apple-darwin'
49
49
runner : macos-14
50
- py : ' cpython-3.9 '
50
+ py : ' all '
51
51
options : ' debug'
52
52
- target_triple : ' aarch64-apple-darwin'
53
53
runner : macos-14
58
58
py : ' cpython-3.9'
59
59
options : ' pgo+lto'
60
60
61
- - target_triple : ' aarch64-apple-darwin'
62
- runner : macos-14
63
- py : ' cpython-3.10'
64
- options : ' debug'
65
61
- target_triple : ' aarch64-apple-darwin'
66
62
runner : macos-14
67
63
py : ' cpython-3.10'
71
67
py : ' cpython-3.10'
72
68
options : ' pgo+lto'
73
69
74
- - target_triple : ' aarch64-apple-darwin'
75
- runner : macos-14
76
- py : ' cpython-3.11'
77
- options : ' debug'
78
70
- target_triple : ' aarch64-apple-darwin'
79
71
runner : macos-14
80
72
py : ' cpython-3.11'
84
76
py : ' cpython-3.11'
85
77
options : ' pgo+lto'
86
78
87
- - target_triple : ' aarch64-apple-darwin'
88
- runner : macos-14
89
- py : ' cpython-3.12'
90
- options : ' debug'
91
79
- target_triple : ' aarch64-apple-darwin'
92
80
runner : macos-14
93
81
py : ' cpython-3.12'
97
85
py : ' cpython-3.12'
98
86
options : ' pgo+lto'
99
87
100
- - target_triple : ' aarch64-apple-darwin'
101
- runner : macos-14
102
- py : ' cpython-3.13'
103
- options : ' debug'
104
88
- target_triple : ' aarch64-apple-darwin'
105
89
runner : macos-14
106
90
py : ' cpython-3.13'
@@ -128,7 +112,7 @@ jobs:
128
112
# or LTO builds.
129
113
- target_triple : ' x86_64-apple-darwin'
130
114
runner : macos-13
131
- py : ' cpython-3.9 '
115
+ py : ' all '
132
116
options : ' debug'
133
117
- target_triple : ' x86_64-apple-darwin'
134
118
runner : macos-13
@@ -139,10 +123,6 @@ jobs:
139
123
py : ' cpython-3.9'
140
124
options : ' pgo+lto'
141
125
142
- - target_triple : ' x86_64-apple-darwin'
143
- runner : macos-13
144
- py : ' cpython-3.10'
145
- options : ' debug'
146
126
- target_triple : ' x86_64-apple-darwin'
147
127
runner : macos-13
148
128
py : ' cpython-3.10'
@@ -152,10 +132,6 @@ jobs:
152
132
py : ' cpython-3.10'
153
133
options : ' pgo+lto'
154
134
155
- - target_triple : ' x86_64-apple-darwin'
156
- runner : macos-13
157
- py : ' cpython-3.11'
158
- options : ' debug'
159
135
- target_triple : ' x86_64-apple-darwin'
160
136
runner : macos-13
161
137
py : ' cpython-3.11'
@@ -165,10 +141,6 @@ jobs:
165
141
py : ' cpython-3.11'
166
142
options : ' pgo+lto'
167
143
168
- - target_triple : ' x86_64-apple-darwin'
169
- runner : macos-13
170
- py : ' cpython-3.12'
171
- options : ' debug'
172
144
- target_triple : ' x86_64-apple-darwin'
173
145
runner : macos-13
174
146
py : ' cpython-3.12'
@@ -178,10 +150,6 @@ jobs:
178
150
py : ' cpython-3.12'
179
151
options : ' pgo+lto'
180
152
181
- - target_triple : ' x86_64-apple-darwin'
182
- runner : macos-13
183
- py : ' cpython-3.13'
184
- options : ' debug'
185
153
- target_triple : ' x86_64-apple-darwin'
186
154
runner : macos-13
187
155
py : ' cpython-3.13'
0 commit comments