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 14, 2023
1 parent 7a2354e commit c78cc53
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 c78cc53

Please sign in to comment.