Skip to content

Commit

Permalink
Embedded CI: use latest Ubuntu
Browse files Browse the repository at this point in the history
The currently used Ubuntu 18.04 has a problem with mounting
/sys/kernel/debug to the container.
  • Loading branch information
viktormalik authored and fbs committed Jan 14, 2022
1 parent 5a677a2 commit 8976f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/embedded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Embedded Builds
on: [push, pull_request]
jobs:
llvm_clang:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
env:
Expand Down

0 comments on commit 8976f53

Please sign in to comment.