Skip to content

Commit

Permalink
Sort OS and Python versions latest-first
Browse files Browse the repository at this point in the history
No functional changes, so we can [skip ci].
  • Loading branch information
mbrukman committed Nov 11, 2024
1 parent f285eac commit 0d8c87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-22.04', 'ubuntu-24.04' ]
python: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
os: [ 'ubuntu-24.04', 'ubuntu-22.04' ]
python: [ '3.12', '3.11', '3.10', '3.9','3.8' ]
exclude:
# GitHub Actions doesn't provide Python 3.8 for Ubuntu 24.04;
# all of the available Python versions are listed here:
Expand Down

0 comments on commit 0d8c87a

Please sign in to comment.