File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
build_linux :
17
- runs-on : ubuntu-latest
17
+ runs-on : ubuntu-20.04
18
18
19
19
strategy :
20
20
matrix :
@@ -104,7 +104,7 @@ jobs:
104
104
matrix :
105
105
python : ['3.8', '3.9', '3.10']
106
106
experimental : [false]
107
- runner : [ubuntu-latest ]
107
+ runner : [ubuntu-20.04 ]
108
108
continue-on-error : ${{ matrix.experimental }}
109
109
env :
110
110
CHANNELS : -c intel -c main --override-channels
@@ -310,7 +310,7 @@ jobs:
310
310
upload_linux :
311
311
needs : test_linux
312
312
if : ${{github.ref == 'refs/heads/master' || (startsWith(github.ref, 'refs/heads/release') == true) || github.event_name == 'push' && contains(github.ref, 'refs/tags/')}}
313
- runs-on : ubuntu-latest
313
+ runs-on : ubuntu-20.04
314
314
strategy :
315
315
matrix :
316
316
python : ['3.8', '3.9', '3.10']
@@ -365,7 +365,7 @@ jobs:
365
365
matrix :
366
366
python : ['3.9']
367
367
experimental : [false]
368
- runner : [ubuntu-latest ]
368
+ runner : [ubuntu-20.04 ]
369
369
continue-on-error : ${{ matrix.experimental }}
370
370
env :
371
371
CHANNELS : -c intel -c main --override-channels
@@ -510,7 +510,7 @@ jobs:
510
510
matrix :
511
511
python : ['3.10']
512
512
experimental : [false]
513
- runner : [ubuntu-latest ]
513
+ runner : [ubuntu-20.04 ]
514
514
continue-on-error : ${{ matrix.experimental }}
515
515
env :
516
516
CHANNELS : -c intel -c main --override-channels
You can’t perform that action at this time.
0 commit comments