Skip to content

Commit

Permalink
ci: Test using Ubuntu 22.04 (Python 3.11)
Browse files Browse the repository at this point in the history
Test using Ubuntu 22.04. To reduce test time, only test with most recent
Python.
  • Loading branch information
riddell-stan committed Sep 12, 2023
1 parent afdd7a5 commit 9372160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
python-version: "3.10"
- os: ubuntu-20.04
python-version: "3.11"
- os: ubuntu-22.04
python-version: "3.11"
- os: macos-11.0
python-version: "3.11"
steps:
Expand Down

0 comments on commit 9372160

Please sign in to comment.