Skip to content

Commit

Permalink
fixup! CI: Add os version to new python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
parona-source committed Mar 29, 2024
1 parent ead9be5 commit 5da8be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- python-version: '3.10'
os: ubuntu-22.04 # MySQL 8.0.36
- python-version: '3.11'
os: ubuntu-23.10 # MySQL 8.0.36
os: ubuntu-22.04 # MySQL 8.0.36
- python-version: '3.12'
os: ubuntu-23.10 # MySQL 8.0.36
os: ubuntu-22.04 # MySQL 8.0.36

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 5da8be2

Please sign in to comment.