Skip to content

Commit

Permalink
Fix workflows: Pin to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Jan 13, 2025
1 parent e48ce51 commit c0c86bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
lit:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

env:
ARM_UBL_ACTIVATION_CODE: ${{ secrets.ARM_UBL_ACTIVATION_CODE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/corevalidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
compiler: [AC6, GCC, Clang]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

env:
ARM_UBL_ACTIVATION_CODE: ${{ secrets.ARM_UBL_ACTIVATION_CODE }}
Expand Down

0 comments on commit c0c86bc

Please sign in to comment.