Skip to content

Commit 6d7552d

Browse files
committed
Refine workflow
1 parent 41c1ea2 commit 6d7552d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pyarmor-smoke-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ jobs:
1919
test-free-threading-macos:
2020
runs-on: macos-13
2121
steps:
22-
- run: curl -O https://www.python.org/ftp/python/3.13.1/python-3.13.1-macos11.pkg
23-
- run: sudo installer -pkg ./python-3.13.1-macos11.pkg -target /
24-
- run: python3.13t -v
22+
- run: sudo brew install python-freethreading
23+
- run: $(brew --prefix)/bin/python3.13t -h

0 commit comments

Comments
 (0)