We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ea776 commit 5049543Copy full SHA for 5049543
.github/workflows/rosetta-on-arm-macos-runner.yml
@@ -17,8 +17,8 @@ jobs:
17
run: |
18
echo 'arch' > show-arch.sh
19
echo 'import platform' >> test-arch.py
20
- echo 'print(platform.version()) >> test-arch.py
21
- echo 'print(platform.platform()) >> test-arch.py
+ echo 'print(platform.version())' >> test-arch.py
+ echo 'print(platform.platform())' >> test-arch.py
22
- name: Test to x86_64 Shell
23
# This should output "i386"
24
0 commit comments