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 18
18
19
19
jobs :
20
20
build_linux :
21
- runs-on : ubuntu-20 .04
21
+ runs-on : ubuntu-22 .04
22
22
23
23
strategy :
24
24
matrix :
@@ -129,7 +129,7 @@ jobs:
129
129
matrix :
130
130
python : ['3.9', '3.10', '3.11']
131
131
experimental : [false]
132
- runner : [ubuntu-20 .04]
132
+ runner : [ubuntu-22 .04]
133
133
continue-on-error : ${{ matrix.experimental }}
134
134
135
135
steps :
@@ -347,7 +347,7 @@ jobs:
347
347
upload_linux :
348
348
needs : test_linux
349
349
if : ${{github.ref == 'refs/heads/master' || (startsWith(github.ref, 'refs/heads/release') == true) || github.event_name == 'push' && contains(github.ref, 'refs/tags/')}}
350
- runs-on : ubuntu-20 .04
350
+ runs-on : ubuntu-22 .04
351
351
strategy :
352
352
matrix :
353
353
python : ['3.9', '3.10', '3.11']
@@ -428,7 +428,7 @@ jobs:
428
428
matrix :
429
429
python : ['3.10']
430
430
experimental : [false]
431
- runner : [ubuntu-20 .04]
431
+ runner : [ubuntu-22 .04]
432
432
continue-on-error : ${{ matrix.experimental }}
433
433
env :
434
434
EXAMPLES_ENV_NAME : examples
@@ -584,7 +584,7 @@ jobs:
584
584
matrix :
585
585
python : ['3.10']
586
586
experimental : [false]
587
- runner : [ubuntu-20 .04]
587
+ runner : [ubuntu-22 .04]
588
588
continue-on-error : ${{ matrix.experimental }}
589
589
steps :
590
590
- name : Construct channels line
You can’t perform that action at this time.
0 commit comments