Skip to content

Commit

Permalink
Run tests on macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Apr 1, 2024
1 parent b3100c6 commit bf8e77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-2019, ubuntu-20.04, macos-11 ]
os: [ windows-2019, ubuntu-20.04, macos-12 ]
python-version: [ 3.7, 3.8, 3.9 ]
tf-version: [2.7.0, 2.8.0, 2.9.0]

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-2019, ubuntu-20.04, macos-11 ]
os: [ windows-2019, ubuntu-20.04, macos-12 ]
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
pytorch-version: [1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0, 1.13.0]
exclude:
Expand Down

0 comments on commit bf8e77d

Please sign in to comment.