diff options
| author | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-07-27 09:33:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-27 09:33:14 +0200 |
| commit | 7a725935fc456c45546761cefaf2abcaab749fb6 (patch) | |
| tree | 2fa56988c8882cf4f50782a6262fcb36486ba517 /.github/workflows/build.yml | |
| parent | 9437d7ed99731665f86c8080a4cad5fc1d05d98c (diff) | |
| download | decky-loader-7a725935fc456c45546761cefaf2abcaab749fb6.tar.gz decky-loader-7a725935fc456c45546761cefaf2abcaab749fb6.zip | |
Slightly downgrade to 22.10
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cdcf86f..a32efca2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ permissions: jobs: build: name: Build PluginLoader - runs-on: ubuntu-23.04 + runs-on: ubuntu-22.10 steps: - name: Print input |
