diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 8d51bd3..6705901 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -10,14 +10,14 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout the code uses: actions/checkout@v3 - name: Test Bash scripts run: sudo apt-get -qq update && sudo apt-get install -y devscripts shellcheck && make test build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: test steps: - name: Checkout the code