diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f60c9c3f88e00..b43820e69a4d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,9 @@ env: jobs: prepare: name: Prepare release - runs-on: ubuntu-latest + # Temporarily pin to `20.04` instead of `ubuntu-latest`, until ubuntu-latest migration is complete + # See also + runs-on: ubuntu-20.04 outputs: tag_name: ${{ steps.release_info.outputs.tag_name }}