diff options
| author | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-07-27 09:20:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-27 09:20:40 +0200 |
| commit | 34cf24f7c0621802ab157b8140b11f45fd8793be (patch) | |
| tree | 3682dc426f9b39a31f4ce6617ebff6b4226be8cf /.github/workflows | |
| parent | 5a9959f70ff32a80530609bd1438a68c559a39b7 (diff) | |
| download | decky-loader-34cf24f7c0621802ab157b8140b11f45fd8793be.tar.gz decky-loader-34cf24f7c0621802ab157b8140b11f45fd8793be.zip | |
Update ubuntu image to fix sqlite missing function
Diffstat (limited to '.github/workflows')
| -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 1141f6a0..405076d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ permissions: jobs: build: name: Build PluginLoader - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Print input |
