File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,6 @@ jobs:
152
152
- name : dist-x86_64-linux
153
153
os : ubuntu-latest-xl
154
154
env : {}
155
- - name : dist-x86_64-linux-alt
156
- env :
157
- IMAGE : dist-x86_64-linux
158
- os : ubuntu-latest-xl
159
155
timeout-minutes : 600
160
156
runs-on : " ${{ matrix.os }}"
161
157
steps :
Original file line number Diff line number Diff line change 26
26
strategy :
27
27
matrix :
28
28
dist-x86_64-linux : {}
29
- dist-x86_64-linux-alt :
30
- IMAGE : dist-x86_64-linux
31
29
32
30
# The macOS and Windows builds here are currently disabled due to them not being
33
31
# overly necessary on `try` builds. We also don't actually have anything that
Original file line number Diff line number Diff line change @@ -281,11 +281,6 @@ jobs:
281
281
- name : dist-x86_64-linux
282
282
<< : *job-linux-xl
283
283
284
- - name : dist-x86_64-linux-alt
285
- env :
286
- IMAGE : dist-x86_64-linux
287
- << : *job-linux-xl
288
-
289
284
auto :
290
285
<< : *base-ci-job
291
286
name : auto
You can’t perform that action at this time.
0 commit comments