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/lint.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/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b88fc242..db8914d7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ on: jobs: lint: name: Run linters - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 # Check out the repository first. |
