Skip to content

Commit 1dea717

Browse files
committed
[GitHub] use ubuntu-latest to align with kernel configuration
20.04 is kind of old anyways. Signed-off-by: Pierre-Louis Bossart <[email protected]>
1 parent a77ee2d commit 1dea717

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/buildtest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
gcc-sof-x86_64:
1515
name: "GCC build X86_64"
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
1919

@@ -44,7 +44,7 @@ jobs:
4444
4545
gcc-sof-i386:
4646
name: "GCC build i386"
47-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v3
5050

@@ -66,7 +66,7 @@ jobs:
6666
6767
gcc-sof-arm64:
6868
name: "GCC build arm64"
69-
runs-on: ubuntu-20.04
69+
runs-on: ubuntu-latest
7070
steps:
7171
- uses: actions/checkout@v3
7272

@@ -93,7 +93,7 @@ jobs:
9393
9494
clang-sof-x86_64:
9595
name: "Clang build x86_64"
96-
runs-on: ubuntu-20.04
96+
runs-on: ubuntu-latest
9797
steps:
9898
- uses: actions/checkout@v3
9999

0 commit comments

Comments
 (0)