Skip to content

Commit

Permalink
test: re-enable macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang authored and johnson2427 committed Jul 1, 2024
1 parent 66695cf commit 4f9b7e4
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 @@ -48,9 +48,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.10", "3.11", "3.12"]

steps:
Expand Down

0 comments on commit 4f9b7e4

Please sign in to comment.