1818
1919jobs :
2020 build_linux :
21- runs-on : ubuntu-20 .04
21+ runs-on : ubuntu-22 .04
2222
2323 strategy :
2424 matrix :
@@ -109,7 +109,7 @@ jobs:
109109 - name : Build conda package
110110 env :
111111 OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
112- run : conda build --no-test --python ${{ matrix.python }} -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
112+ run : conda build --no-test --python ${{ matrix.python }} -c dppy/label/bootstrap -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
113113 - name : Upload artifact
114114115115 with :
@@ -129,7 +129,7 @@ jobs:
129129 matrix :
130130 python : ['3.9', '3.10', '3.11']
131131 experimental : [false]
132- runner : [ubuntu-20 .04]
132+ runner : [ubuntu-22 .04]
133133 continue-on-error : ${{ matrix.experimental }}
134134
135135 steps :
@@ -347,7 +347,7 @@ jobs:
347347 upload_linux :
348348 needs : test_linux
349349 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
351351 strategy :
352352 matrix :
353353 python : ['3.9', '3.10', '3.11']
@@ -428,7 +428,7 @@ jobs:
428428 matrix :
429429 python : ['3.10']
430430 experimental : [false]
431- runner : [ubuntu-20 .04]
431+ runner : [ubuntu-22 .04]
432432 continue-on-error : ${{ matrix.experimental }}
433433 env :
434434 EXAMPLES_ENV_NAME : examples
@@ -486,7 +486,7 @@ jobs:
486486 - name : Install example requirements
487487 shell : bash -l {0}
488488 env :
489- DPCPP_CMPLR : dpcpp_linux-64">=2024.1 "
489+ DPCPP_CMPLR : dpcpp_linux-64">=2024.2 "
490490 run : |
491491 CHANNELS="${{ env.CHANNELS }}"
492492 . $CONDA/etc/profile.d/conda.sh
@@ -584,7 +584,7 @@ jobs:
584584 matrix :
585585 python : ['3.10']
586586 experimental : [false]
587- runner : [ubuntu-20 .04]
587+ runner : [ubuntu-22 .04]
588588 continue-on-error : ${{ matrix.experimental }}
589589 steps :
590590 - name : Construct channels line
0 commit comments