Skip to content

Commit

Permalink
MAINT: Check that Ubuntu still works (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Jun 21, 2024
1 parent 04032aa commit a4fc77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-14, macos-12, macos-11]
python: ['3.10']
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-14, macos-13, macos-12]
python: ['3.12']
defaults:
run:
shell: bash -e {0}
Expand Down

0 comments on commit a4fc77c

Please sign in to comment.