Skip to content

Commit 706d76e

Browse files
committed
Fix python architecture.
1 parent 5b4f6ee commit 706d76e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
uses: actions/setup-python@v4
173173
with:
174174
python-version: ${{ matrix.python_version }}
175-
architecture: 'x64'
175+
architecture: ${{ matrix.architecture }}
176176

177177
- name: Install Desktop SDK prerequisites
178178
uses: nick-invision/retry@v2

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/setup-python@v4
6767
with:
6868
python-version: 3.8
69-
architecture: "x64"
69+
architecture: "arm64"
7070

7171
- name: Install prerequisites
7272
run: |

0 commit comments

Comments
 (0)