Skip to content

Commit

Permalink
Remove OSX from tested operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Oct 1, 2023
1 parent deb71ac commit b5348d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
max-parallel: 5
matrix:
python-version: ['3.9', '3.10', '3.11']
os: [ubuntu-latest, osx-latest]
os: [ubuntu-latest]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook_smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
os: [ubuntu-latest, osx-latest]
os: [ubuntu-latest]

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

Expand Down

0 comments on commit b5348d0

Please sign in to comment.