Skip to content

Commit

Permalink
Move to macos-13 for mlprogram support
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rubinstein committed Oct 2, 2023
1 parent e946bb1 commit f85a617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
jobs:
test:
name: test ${{ matrix.py }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- Ubuntu
- Windows
- MacOs
- ubuntu-latest
- windows-latest
- macos-13
py:
- "3.11"
- "3.10"
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ setenv =
# Tests with TF
[testenv:full]
deps = -e .[dev]
basepython=3.8
commands =
pytest tests {posargs}
setenv =
Expand Down

0 comments on commit f85a617

Please sign in to comment.