Skip to content

Commit

Permalink
Trying a different Ubuntu version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Dec 16, 2024
1 parent ab0f29c commit e88da86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10"]
os: [ubuntu-20.04, windows-latest] # , macos-latest
os: [ubuntu-22.04, windows-latest] # , macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Install Dependencies (Linux)
Expand Down

0 comments on commit e88da86

Please sign in to comment.