update python and OS versions in CI

This commit is contained in:
AAGaming
2024-06-29 17:46:21 -04:00
parent 725ebd5835
commit e266258fc4
6 changed files with 13 additions and 30 deletions
+1 -1
View File
@@ -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.