Skip to content

Commit

Permalink
test: take out macos for now
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 8, 2025
1 parent 43d6234 commit 623217f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest] # eventually add `windows-latest`
# TODO: Can add macos-latest once https://github.com/ApeWorX/github-action/pull/37
# is released.
os: [ubuntu-latest] # eventually add `windows-latest`
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
Expand Down

0 comments on commit 623217f

Please sign in to comment.