Skip to content

Commit 0569d74

Browse files
authored
Update osx.yml
1 parent dbaf822 commit 0569d74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/osx.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build ARM64 Python on macOS
22

3-
on: [push, pull_request]
3+
on:
4+
workflow_dispatch
45

56
jobs:
67
build:
@@ -26,4 +27,5 @@ jobs:
2627
- name: Verify Build
2728
run: |
2829
$HOME/python-arm64/bin/python3 --version
30+
$HOME/python-arm64/bin/python3 -c "import platform; print(platform.machine())"
2931
$HOME/python-arm64/bin/python3 -c "import platform; print(platform.architecture())"

0 commit comments

Comments
 (0)