Skip to content

Commit

Permalink
[GitHub] use ubuntu-latest to align with kernel configuration
Browse files Browse the repository at this point in the history
20.04 is kind of old anyways.

Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Jun 24, 2024
1 parent a77ee2d commit 1dea717
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

gcc-sof-x86_64:
name: "GCC build X86_64"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
gcc-sof-i386:
name: "GCC build i386"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -66,7 +66,7 @@ jobs:
gcc-sof-arm64:
name: "GCC build arm64"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -93,7 +93,7 @@ jobs:
clang-sof-x86_64:
name: "Clang build x86_64"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 1dea717

Please sign in to comment.