@@ -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 :
44
44
build :
45
45
- target_triple : ' aarch64-apple-darwin'
46
46
runner : macos-14
47
- py : ' cpython-3.9 '
47
+ py : ' all '
48
48
options : ' debug'
49
49
- target_triple : ' aarch64-apple-darwin'
50
50
runner : macos-14
55
55
py : ' cpython-3.9'
56
56
options : ' pgo+lto'
57
57
58
- - target_triple : ' aarch64-apple-darwin'
59
- runner : macos-14
60
- py : ' cpython-3.10'
61
- options : ' debug'
62
58
- target_triple : ' aarch64-apple-darwin'
63
59
runner : macos-14
64
60
py : ' cpython-3.10'
68
64
py : ' cpython-3.10'
69
65
options : ' pgo+lto'
70
66
71
- - target_triple : ' aarch64-apple-darwin'
72
- runner : macos-14
73
- py : ' cpython-3.11'
74
- options : ' debug'
75
67
- target_triple : ' aarch64-apple-darwin'
76
68
runner : macos-14
77
69
py : ' cpython-3.11'
81
73
py : ' cpython-3.11'
82
74
options : ' pgo+lto'
83
75
84
- - target_triple : ' aarch64-apple-darwin'
85
- runner : macos-14
86
- py : ' cpython-3.12'
87
- options : ' debug'
88
76
- target_triple : ' aarch64-apple-darwin'
89
77
runner : macos-14
90
78
py : ' cpython-3.12'
94
82
py : ' cpython-3.12'
95
83
options : ' pgo+lto'
96
84
97
- - target_triple : ' aarch64-apple-darwin'
98
- runner : macos-14
99
- py : ' cpython-3.13'
100
- options : ' debug'
101
85
- target_triple : ' aarch64-apple-darwin'
102
86
runner : macos-14
103
87
py : ' cpython-3.13'
@@ -125,7 +109,7 @@ jobs:
125
109
# or LTO builds.
126
110
- target_triple : ' x86_64-apple-darwin'
127
111
runner : macos-13
128
- py : ' cpython-3.9 '
112
+ py : ' all '
129
113
options : ' debug'
130
114
- target_triple : ' x86_64-apple-darwin'
131
115
runner : macos-13
@@ -136,10 +120,6 @@ jobs:
136
120
py : ' cpython-3.9'
137
121
options : ' pgo+lto'
138
122
139
- - target_triple : ' x86_64-apple-darwin'
140
- runner : macos-13
141
- py : ' cpython-3.10'
142
- options : ' debug'
143
123
- target_triple : ' x86_64-apple-darwin'
144
124
runner : macos-13
145
125
py : ' cpython-3.10'
@@ -149,10 +129,6 @@ jobs:
149
129
py : ' cpython-3.10'
150
130
options : ' pgo+lto'
151
131
152
- - target_triple : ' x86_64-apple-darwin'
153
- runner : macos-13
154
- py : ' cpython-3.11'
155
- options : ' debug'
156
132
- target_triple : ' x86_64-apple-darwin'
157
133
runner : macos-13
158
134
py : ' cpython-3.11'
@@ -162,10 +138,6 @@ jobs:
162
138
py : ' cpython-3.11'
163
139
options : ' pgo+lto'
164
140
165
- - target_triple : ' x86_64-apple-darwin'
166
- runner : macos-13
167
- py : ' cpython-3.12'
168
- options : ' debug'
169
141
- target_triple : ' x86_64-apple-darwin'
170
142
runner : macos-13
171
143
py : ' cpython-3.12'
@@ -175,10 +147,6 @@ jobs:
175
147
py : ' cpython-3.12'
176
148
options : ' pgo+lto'
177
149
178
- - target_triple : ' x86_64-apple-darwin'
179
- runner : macos-13
180
- py : ' cpython-3.13'
181
- options : ' debug'
182
150
- target_triple : ' x86_64-apple-darwin'
183
151
runner : macos-13
184
152
py : ' cpython-3.13'
0 commit comments