Skip to content

Commit

Permalink
chore: bump container
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jun 5, 2024
1 parent 500c30e commit ed1236d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
deps: apt-get install -y gcc-arm-linux-gnueabihf

name: Compile ${{ matrix.target }} target
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ubuntu:16.04
image: ubuntu:22.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit ed1236d

Please sign in to comment.