Skip to content

Commit

Permalink
Drop MacOS from matrix to save credits
Browse files Browse the repository at this point in the history
  • Loading branch information
bede committed Dec 10, 2024
1 parent 69b4ba7 commit 1cb7e02
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 @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04]
python-version: ['3.9', '3.13']
name: Python ${{ matrix.python-version }} (${{ matrix.os }})
steps:
Expand Down

0 comments on commit 1cb7e02

Please sign in to comment.