Skip to content

Commit

Permalink
Remove macos-latest from test run
Browse files Browse the repository at this point in the history
  • Loading branch information
klaashoekstra94 committed May 27, 2024
1 parent 9e65781 commit 3761a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9"]
max-parallel: 3
name: Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3761a0e

Please sign in to comment.