Skip to content

Commit 61710be

Browse files
committed
test: re-enable macos-latest
1 parent d9938f8 commit 61710be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ jobs:
6262

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

7068
steps:

0 commit comments

Comments
 (0)