diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 3302919..94e079f 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -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