Skip to content

Commit a4fc77c

Browse files
authored
MAINT: Check that Ubuntu still works (#15)
1 parent 04032aa commit a4fc77c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-14, macos-12, macos-11]
21-
python: ['3.10']
20+
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-14, macos-13, macos-12]
21+
python: ['3.12']
2222
defaults:
2323
run:
2424
shell: bash -e {0}

0 commit comments

Comments
 (0)