diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13cf444..f75c5c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: generate: name: Create release-artifacts - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout the repository uses: actions/checkout@master