Skip to content

Commit 7a29f61

Browse files
authored
[CI] Use ubuntu-20.04 image
Using ubuntu-latest still causes long delays due to missing runners.
1 parent ec34869 commit 7a29f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: ubuntu-latest
49+
runs-on: ubuntu-20.04
5050
outputs:
5151
lts_matrix: ${{ steps.work.outputs.lts_matrix }}
5252
cts_matrix: ${{ steps.work.outputs.cts_matrix }}

0 commit comments

Comments
 (0)