diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9d4284ce..6ac9c69b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -253,7 +253,7 @@ jobs: overwrite: true build-snap: if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'snap' }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest needs: [get-release] steps: - uses: actions/checkout@v3