Skip to content

Commit 429e7fa

Browse files
authored
[CI] Use ubuntu-20.04 image
Using ubuntu-latest still causes long delays due to missing runners.
1 parent 8b55761 commit 429e7fa

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-latest
16+
runs-on: ubuntu-20.04
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: ubuntu-latest
13+
runs-on: ubuntu-20.04
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-latest
28+
runs-on: ubuntu-20.04
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-latest
47+
runs-on: ubuntu-20.04
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-latest
69+
runs-on: ubuntu-20.04
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-latest
108+
runs-on: ubuntu-20.04
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-latest
139+
runs-on: ubuntu-20.04
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-latest
158+
runs-on: ubuntu-20.04
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-latest
180+
runs-on: ubuntu-20.04
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-latest
218+
runs-on: ubuntu-20.04
219219
needs: base_image_ubuntu2204
220220
steps:
221221
- name: Checkout

.github/workflows/sycl_stale_issues.yml

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

77
jobs:
88
close-issues:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/stale@v4
1212
with:

0 commit comments

Comments
 (0)