diff --git a/.github/workflows/check-builds.yaml b/.github/workflows/check-builds.yaml index 4a857f9..fda1d64 100644 --- a/.github/workflows/check-builds.yaml +++ b/.github/workflows/check-builds.yaml @@ -53,7 +53,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v2 with: - name: 'ubuntu20_04-bin-x64-${{ env.SHORT_SHA }}' + name: 'ubuntu22_04-bin-x64-${{ env.SHORT_SHA }}' path: bin windows-build: @@ -112,7 +112,7 @@ jobs: copy-artifacts: if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: [windows-build, ubuntu-build] env: BOT_SSH_KEY: ${{ secrets.BOT_SSH_KEY }}