Skip to content

Commit 9d2a1d1

Browse files
committed
ci: add todo for arm64 ation support
1 parent 93dc3f6 commit 9d2a1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
if: matrix.config.os == 'windows' && matrix.config.environment == 'msvc'
143143
uses: TheMrMilchmann/setup-msvc-dev@v3
144144
with:
145-
arch: ${{matrix.config.os-version == '11-arm' && 'x64' || 'x64'}} # note this action doesn't really support arm64 yet, but it works like this already (by accident)
145+
arch: ${{matrix.config.os-version == '11-arm' && 'x64' || 'x64'}} # TODO:fix this action: note this action doesn't really support arm64 yet, but it works like this already (by accident)
146146
toolset: '14.43'
147147

148148
- name: Setup MSYS2 (Windows)
@@ -218,7 +218,7 @@ jobs:
218218
uses: egor-tensin/setup-gcc@v1
219219
with:
220220
version: 14
221-
platform: ${{matrix.config.os-version == '24.04-arm' && 'x64' || 'x64'}} # note this action doesn't really support arm64 yet, but it works like this already (by accident)
221+
platform: ${{matrix.config.os-version == '24.04-arm' && 'x64' || 'x64'}} # TODO:fix this action: note this action doesn't really support arm64 yet, but it works like this already (by accident)
222222

223223
- name: Unbreak Python in GHA (MacOS 13 image)
224224
if: matrix.config.os == 'macos' && matrix.config.os-version == 13

0 commit comments

Comments
 (0)