diff options
| author | AAGaming <aagaming@riseup.net> | 2024-06-29 17:46:21 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-06-29 17:46:21 -0400 |
| commit | e266258fc48ef2bea91743a48c7a8c5f2515fc91 (patch) | |
| tree | 7fbbbb4e9f836c29a84a5a3a3deb4035ff46a704 /.github/workflows/release.yml | |
| parent | 725ebd5835bfdb4c41fb0e2be195feb781fb7141 (diff) | |
| download | decky-loader-e266258fc48ef2bea91743a48c7a8c5f2515fc91.tar.gz decky-loader-e266258fc48ef2bea91743a48c7a8c5f2515fc91.zip | |
update python and OS versions in CI
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1136054d..f9bc8ccc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ permissions: jobs: create_tag: name: Tag a new version of the package - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 outputs: tag_name: ${{ steps.ready_tag.outputs.tag_name }} @@ -128,7 +128,7 @@ jobs: release: name: Release tagged artifact - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: [create_tag, build] steps: - name: Fetch package artifact ⬇️ |
