Skip to content

Commit 3a7f783

Browse files
committed
[CI] Switch back to the latest ubuntu image
1 parent ad6225c commit 3a7f783

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
if: github.repository == 'intel/llvm'
1818
steps:
1919
- uses: actions/checkout@v3

.github/workflows/sycl_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
cleanup:
13-
runs-on: Linux
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/github-script@v6
1616
with:

.github/workflows/sycl_containers.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
base_image_ubuntu2004:
2626
if: github.repository == 'intel/llvm'
2727
name: Base Ubuntu 20.04 Docker image
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v3
@@ -44,7 +44,7 @@ jobs:
4444
build_image_ubuntu2004:
4545
if: github.repository == 'intel/llvm'
4646
name: Build Ubuntu Docker image
47-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-latest
4848
steps:
4949
- name: Checkout
5050
uses: actions/checkout@v3
@@ -66,7 +66,7 @@ jobs:
6666
drivers_image_ubuntu2004:
6767
if: github.repository == 'intel/llvm'
6868
name: Intel Drivers Ubuntu 20.04 Docker image
69-
runs-on: ubuntu-20.04
69+
runs-on: ubuntu-latest
7070
needs: base_image_ubuntu2004
7171
steps:
7272
- name: Checkout
@@ -105,7 +105,7 @@ jobs:
105105
drivers_image_ubuntu2004_unstable:
106106
if: github.repository == 'intel/llvm'
107107
name: Intel Drivers (unstable) Ubuntu 20.04 Docker image
108-
runs-on: ubuntu-20.04
108+
runs-on: ubuntu-latest
109109
needs: base_image_ubuntu2004
110110
steps:
111111
- name: Checkout
@@ -136,7 +136,7 @@ jobs:
136136
base_image_ubuntu2204:
137137
if: github.repository == 'intel/llvm'
138138
name: Base Ubuntu 22.04 Docker image
139-
runs-on: ubuntu-20.04
139+
runs-on: ubuntu-latest
140140
steps:
141141
- name: Checkout
142142
uses: actions/checkout@v3
@@ -155,7 +155,7 @@ jobs:
155155
build_image_ubuntu2204:
156156
if: github.repository == 'intel/llvm'
157157
name: Build Ubuntu Docker image
158-
runs-on: ubuntu-20.04
158+
runs-on: ubuntu-latest
159159
steps:
160160
- name: Checkout
161161
uses: actions/checkout@v3
@@ -177,7 +177,7 @@ jobs:
177177
drivers_image_ubuntu2204:
178178
if: github.repository == 'intel/llvm'
179179
name: Intel Drivers Ubuntu 22.04 Docker image
180-
runs-on: ubuntu-20.04
180+
runs-on: ubuntu-latest
181181
needs: base_image_ubuntu2204
182182
steps:
183183
- name: Checkout
@@ -215,7 +215,7 @@ jobs:
215215
drivers_image_ubuntu2204_unstable:
216216
if: github.repository == 'intel/llvm'
217217
name: Intel Drivers (unstable) Ubuntu 22.04 Docker image
218-
runs-on: ubuntu-20.04
218+
runs-on: ubuntu-latest
219219
needs: base_image_ubuntu2204
220220
steps:
221221
- name: Checkout

.github/workflows/sycl_gen_test_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646
jobs:
4747
test_matrix:
4848
name: Generate Test Matrix
49-
runs-on: Linux
49+
runs-on: ubuntu-latest
5050
outputs:
5151
lts_matrix: ${{ steps.work.outputs.lts_matrix }}
5252
cts_matrix: ${{ steps.work.outputs.cts_matrix }}

0 commit comments

Comments
 (0)