Skip to content

Commit 34fb6e1

Browse files
committed
ci: add todo for arm64 ation support
1 parent 11f0058 commit 34fb6e1

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.44'
147147

148148
- name: Setup MSYS2 (Windows)
@@ -209,7 +209,7 @@ jobs:
209209
uses: egor-tensin/setup-gcc@v1
210210
with:
211211
version: 14
212-
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)
212+
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)
213213

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

0 commit comments

Comments
 (0)