Skip to content

Commit

Permalink
TEMP: skip all but ubuntu + py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmiller committed Jan 4, 2025
1 parent cbf8fa6 commit 66789e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
strategy:
matrix:
os:
- macos-latest
# - macos-latest
- ubuntu-latest
- windows-latest
# - windows-latest
python-version:
- 3.11
# - 3.11
- 3.12
- 3.13
# - 3.13

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 66789e0

Please sign in to comment.