Skip to content

Commit

Permalink
test: re-enable macos-latest (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Jun 18, 2024
1 parent 16258df commit 021b325
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:

strategy:
matrix:
# TODO: Replace with macos-latest when works again.
# https://github.com/actions/setup-python/issues/808
os: [ubuntu-latest, macos-12] # eventually add `windows-latest`
os: [ubuntu-latest, macos-latest] # eventually add `windows-latest`
python-version: [3.9, "3.10", "3.11", "3.12"]

steps:
Expand Down

0 comments on commit 021b325

Please sign in to comment.