Skip to content

Commit

Permalink
Github Actions: Switch to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard authored and mathias-arm committed Aug 5, 2023
1 parent fecb872 commit 8ec8d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Cache Embedded Arm Toolchain
Expand Down

0 comments on commit 8ec8d00

Please sign in to comment.