Skip to content

Commit ca184f7

Browse files
committed
update ubuntu to latest
Signed-off-by: minmingzhu <minming.zhu@intel.com>
1 parent 1309a8c commit ca184f7

3 files changed

Lines changed: 9 additions & 12 deletions

File tree

.github/workflows/ci-checks-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions: # added using https://github.com/step-security/secure-repo
88
jobs:
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
@@ -22,7 +22,7 @@ jobs:
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
@@ -36,7 +36,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
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

.github/workflows/ci-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions: # added using https://github.com/step-security/secure-repo
88
jobs:
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
@@ -31,7 +31,7 @@ jobs:
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
@@ -55,7 +55,7 @@ jobs:
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
@@ -78,7 +78,7 @@ jobs:
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

dev/install-build-deps-ubuntu.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ if [ ! -d /opt/intel/oneapi ]; then
1515
else
1616
echo "oneAPI components already installed!"
1717
fi
18-
19-
20-

0 commit comments

Comments
 (0)