10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- runs-on : [ubuntu-latest, macos-latest, windows-latest]
13
+ runs-on : [ubuntu-20.04, ubuntu- latest, macos-11 , macos-latest, windows-latest]
14
14
build-type : [Release]
15
15
runs-on : ${{matrix.runs-on}}
16
16
steps :
87
87
- name : Upload LLVM
88
88
uses : actions/upload-artifact@v3
89
89
with :
90
- name : LLVM${{runner.os }}${{matrix.build-type}}
90
+ name : LLVM${{matrix.runs-on }}${{matrix.build-type}}
91
91
path : llvm
92
92
93
93
- name : Install ez80-link
98
98
- name : Upload ez80-link
99
99
uses : actions/upload-artifact@v3
100
100
with :
101
- name : ez80-link${{env.EXE}}-${{runner.os }}${{matrix.build-type}}
101
+ name : ez80-link${{env.EXE}}-${{matrix.runs-on }}${{matrix.build-type}}
102
102
path : ez80-link${{env.EXE}}
103
103
104
104
- name : Install ez80-lto
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Upload ez80-lto
110
110
uses : actions/upload-artifact@v3
111
111
with :
112
- name : ez80-lto${{env.EXE}}-${{runner.os }}${{matrix.build-type}}
112
+ name : ez80-lto${{env.EXE}}-${{matrix.runs-on }}${{matrix.build-type}}
113
113
path : ez80-lto${{env.EXE}}
114
114
115
115
- name : Install ez80-lto2
@@ -120,7 +120,7 @@ jobs:
120
120
- name : Upload ez80-lto2
121
121
uses : actions/upload-artifact@v3
122
122
with :
123
- name : ez80-lto2${{env.EXE}}-${{runner.os }}${{matrix.build-type}}
123
+ name : ez80-lto2${{env.EXE}}-${{matrix.runs-on }}${{matrix.build-type}}
124
124
path : ez80-lto2${{env.EXE}}
125
125
126
126
- name : Configure Test
@@ -140,7 +140,7 @@ jobs:
140
140
- name : Upload Test
141
141
uses : actions/upload-artifact@v3
142
142
with :
143
- name : Test${{runner.os }}${{matrix.build-type}}
143
+ name : Test${{matrix.runs-on }}${{matrix.build-type}}
144
144
path : test
145
145
146
146
- name : Disk Usage
@@ -155,7 +155,7 @@ jobs:
155
155
strategy :
156
156
fail-fast : false
157
157
matrix :
158
- runs-on : [ubuntu-latest, macos-latest, windows-latest]
158
+ runs-on : [ubuntu-20.04, ubuntu- latest, macos-11 , macos-latest, windows-latest]
159
159
build-type : [Release]
160
160
runs-on : ${{matrix.runs-on}}
161
161
steps :
@@ -222,7 +222,7 @@ jobs:
222
222
- name : Download LLVM
223
223
uses : actions/download-artifact@v3
224
224
with :
225
- name : LLVM${{runner.os }}${{matrix.build-type}}
225
+ name : LLVM${{matrix.runs-on }}${{matrix.build-type}}
226
226
path : llvm
227
227
- name : Set Executable
228
228
if : runner.os != 'Windows'
@@ -239,7 +239,7 @@ jobs:
239
239
- name : Upload Clang
240
240
uses : actions/upload-artifact@v3
241
241
with :
242
- name : Clang${{runner.os }}${{matrix.build-type}}
242
+ name : Clang${{matrix.runs-on }}${{matrix.build-type}}
243
243
path : clang
244
244
245
245
- name : Install ez80-clang
@@ -252,20 +252,20 @@ jobs:
252
252
- name : Upload ez80-clang
253
253
uses : actions/upload-artifact@v3
254
254
with :
255
- name : ez80-clang${{env.EXE}}-${{runner.os }}${{matrix.build-type}}
255
+ name : ez80-clang${{env.EXE}}-${{matrix.runs-on }}${{matrix.build-type}}
256
256
path : ez80-clang${{env.EXE}}
257
257
258
258
- name : Download Test
259
259
uses : actions/download-artifact@v3
260
260
with :
261
- name : Test${{runner.os }}${{matrix.build-type}}
261
+ name : Test${{matrix.runs-on }}${{matrix.build-type}}
262
262
path : test
263
263
- name : Install Test
264
264
run : cmake -E copy build/bin/arcmt-test${{env.EXE}} build/bin/c-arcmt-test${{env.EXE}} build/bin/clang-diff${{env.EXE}} build/bin/clang-tblgen${{env.EXE}} test/bin
265
265
- name : Upload Test
266
266
uses : actions/upload-artifact@v3
267
267
with :
268
- name : Test${{runner.os }}${{matrix.build-type}}
268
+ name : Test${{matrix.runs-on }}${{matrix.build-type}}
269
269
path : test
270
270
271
271
- name : Disk Usage
@@ -280,7 +280,7 @@ jobs:
280
280
strategy :
281
281
fail-fast : false
282
282
matrix :
283
- runs-on : [ubuntu-latest, macos-latest, windows-latest]
283
+ runs-on : [ubuntu-20.04, ubuntu- latest, macos-11 , macos-latest, windows-latest]
284
284
build-type : [Release]
285
285
runs-on : ${{matrix.runs-on}}
286
286
steps :
@@ -311,12 +311,12 @@ jobs:
311
311
- name : Download Test
312
312
uses : actions/download-artifact@v3
313
313
with :
314
- name : Test${{runner.os }}${{matrix.build-type}}
314
+ name : Test${{matrix.runs-on }}${{matrix.build-type}}
315
315
path : build
316
316
- name : Download LLVM
317
317
uses : actions/download-artifact@v3
318
318
with :
319
- name : LLVM${{runner.os }}${{matrix.build-type}}
319
+ name : LLVM${{matrix.runs-on }}${{matrix.build-type}}
320
320
path : build
321
321
- name : Set Executable
322
322
if : runner.os != 'Windows'
@@ -332,7 +332,7 @@ jobs:
332
332
strategy :
333
333
fail-fast : false
334
334
matrix :
335
- runs-on : [ubuntu-latest, macos-latest, windows-latest]
335
+ runs-on : [ubuntu-20.04, ubuntu- latest, macos-11 , macos-latest, windows-latest]
336
336
build-type : [Debug]
337
337
continue-on-error : true
338
338
if : false
@@ -363,12 +363,12 @@ jobs:
363
363
- name : Download Test
364
364
uses : actions/download-artifact@v3
365
365
with :
366
- name : Test${{runner.os }}${{matrix.build-type}}
366
+ name : Test${{matrix.runs-on }}${{matrix.build-type}}
367
367
path : build
368
368
- name : Download LLVM
369
369
uses : actions/download-artifact@v3
370
370
with :
371
- name : LLVM${{runner.os }}${{matrix.build-type}}
371
+ name : LLVM${{matrix.runs-on }}${{matrix.build-type}}
372
372
path : build
373
373
- name : Set Executable
374
374
if : runner.os != 'Windows'
@@ -382,7 +382,7 @@ jobs:
382
382
strategy :
383
383
fail-fast : false
384
384
matrix :
385
- runs-on : [ubuntu-latest, macos-latest, windows-latest]
385
+ runs-on : [ubuntu-20.04, ubuntu- latest, macos-11 , macos-latest, windows-latest]
386
386
build-type : [Debug]
387
387
continue-on-error : true
388
388
if : false
@@ -413,17 +413,17 @@ jobs:
413
413
- name : Download Test
414
414
uses : actions/download-artifact@v3
415
415
with :
416
- name : Test${{runner.os }}${{matrix.build-type}}
416
+ name : Test${{matrix.runs-on }}${{matrix.build-type}}
417
417
path : build
418
418
- name : Download LLVM
419
419
uses : actions/download-artifact@v3
420
420
with :
421
- name : LLVM${{runner.os }}${{matrix.build-type}}
421
+ name : LLVM${{matrix.runs-on }}${{matrix.build-type}}
422
422
path : build
423
423
- name : Download Clang
424
424
uses : actions/download-artifact@v3
425
425
with :
426
- name : Clang${{runner.os }}${{matrix.build-type}}
426
+ name : Clang${{matrix.runs-on }}${{matrix.build-type}}
427
427
path : build
428
428
- name : Set Executable
429
429
if : runner.os != 'Windows'
0 commit comments