File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions: # added using https://github.com/step-security/secure-repo
88jobs :
99 code-checks-scala :
1010 name : Code Checks for Scala
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1414 - name : Set up JDK 1.8
2222
2323 code-checks-java :
2424 name : Code Checks for Java
25- runs-on : ubuntu-20.04
25+ runs-on : ubuntu-latest
2626 steps :
2727 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2828 - name : Set up JDK 1.8
3636
3737 code-checks-cpp :
3838 name : Code Checks for C++
39- runs-on : ubuntu-20.04
39+ runs-on : ubuntu-latest
4040 steps :
4141 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
4242 - name : Install clang-format
5050
5151 code-build :
5252 name : Build Checks
53- runs-on : ubuntu-20.04
53+ runs-on : ubuntu-latest
5454 steps :
5555 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
5656 - name : Set up JDK 1.8
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions: # added using https://github.com/step-security/secure-repo
88jobs :
99 local-test-oneAPI_table :
1010 name : Local Test for Units (OneAPI Table)
11- runs-on : ubuntu-20.04
11+ runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1414 - name : Set up JDK 1.8
3131 ${{github.workspace}}/dev/ci/ci-local-dpc-test.sh
3232 local-test-CPU :
3333 name : Local Test for Units (CPU)
34- runs-on : ubuntu-20.04
34+ runs-on : ubuntu-latest
3535 steps :
3636 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3737 - name : Set up JDK 1.8
5555 yarn-test :
5656 if : ${{ false }} # disable for now
5757 name : Yarn Test for Examples (CPU)
58- runs-on : ubuntu-20.04
58+ runs-on : ubuntu-latest
5959 steps :
6060 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
6161 - name : Set up JDK 1.8
7878 ${{github.workspace}}/dev/ci/ci-yarn-test-cpu.sh
7979 standalone-scala-test :
8080 name : Standalone CPU_GPU_PROFILE Test for scala Examples (CPU)
81- runs-on : ubuntu-20.04
81+ runs-on : ubuntu-latest
8282 steps :
8383 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
8484 - name : Set up JDK 1.8
@@ -101,7 +101,7 @@ jobs:
101101 ${{github.workspace}}/dev/ci/ci-standalone-scala-test-cpu.sh
102102 standalone-python-test :
103103 name : Standalone CPU_GPU_PROFILE Test for python Examples (CPU)
104- runs-on : ubuntu-20.04
104+ runs-on : ubuntu-latest
105105 steps :
106106 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
107107 - name : Set up JDK 1.8
Original file line number Diff line number Diff line change @@ -15,6 +15,3 @@ if [ ! -d /opt/intel/oneapi ]; then
1515else
1616 echo " oneAPI components already installed!"
1717fi
18-
19-
20-
You can’t perform that action at this time.
0 commit comments