Skip to content

Commit 92345ae

Browse files
committed
fix: Re-enable MacOS GH Actions runners
1 parent 8118729 commit 92345ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-build-tests.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
run-tests:
2222
strategy:
2323
matrix:
24-
# n.b. github actions macos runners are currently
25-
# not supporting python 3.10.12. If we upgrade python
26-
# we can resume these tests on mac, if we want to.
27-
os: [ubuntu-latest]
24+
os: [ ubuntu-latest, macos-latest ]
2825

2926
runs-on: ${{ matrix.os }}
3027

0 commit comments

Comments
 (0)