Remove macOS from tests, not working anymore

pull/1562/head
Ross Wightman 1 year ago
parent f4dcf4d530
commit f8cbda6b55

@ -15,7 +15,7 @@ jobs:
name: Run tests on ${{ matrix.os }} with Python ${{ matrix.python }} name: Run tests on ${{ matrix.os }} with Python ${{ matrix.python }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macOS-12] os: [ubuntu-latest]
python: ['3.10'] python: ['3.10']
torch: ['1.13.0'] torch: ['1.13.0']
torchvision: ['0.14.0'] torchvision: ['0.14.0']

Loading…
Cancel
Save