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 1717
1818jobs :
1919 build_linux :
20- runs-on : ubuntu-20 .04
20+ runs-on : ubuntu-22 .04
2121
2222 strategy :
2323 matrix :
@@ -128,7 +128,7 @@ jobs:
128128 matrix :
129129 python : ['3.9', '3.10', '3.11']
130130 experimental : [false]
131- runner : [ubuntu-20 .04]
131+ runner : [ubuntu-22 .04]
132132 continue-on-error : ${{ matrix.experimental }}
133133 env :
134134 CHANNELS : -c intel -c conda-forge --override-channels
@@ -336,7 +336,7 @@ jobs:
336336 upload_linux :
337337 needs : test_linux
338338 if : ${{github.ref == 'refs/heads/master' || (startsWith(github.ref, 'refs/heads/release') == true) || github.event_name == 'push' && contains(github.ref, 'refs/tags/')}}
339- runs-on : ubuntu-20 .04
339+ runs-on : ubuntu-22 .04
340340 strategy :
341341 matrix :
342342 python : ['3.9', '3.10', '3.11']
@@ -417,7 +417,7 @@ jobs:
417417 matrix :
418418 python : ['3.10']
419419 experimental : [false]
420- runner : [ubuntu-20 .04]
420+ runner : [ubuntu-22 .04]
421421 continue-on-error : ${{ matrix.experimental }}
422422 env :
423423 CHANNELS : -c intel -c conda-forge --override-channels
@@ -568,7 +568,7 @@ jobs:
568568 matrix :
569569 python : ['3.10']
570570 experimental : [false]
571- runner : [ubuntu-20 .04]
571+ runner : [ubuntu-22 .04]
572572 continue-on-error : ${{ matrix.experimental }}
573573 env :
574574 CHANNELS : -c intel -c conda-forge --override-channels
You can’t perform that action at this time.
0 commit comments