You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
140
134
toolset: '14.43'
141
135
142
136
- name: Setup MSYS2 (Windows)
@@ -203,7 +197,7 @@ jobs:
203
197
uses: egor-tensin/setup-gcc@v1
204
198
with:
205
199
version: 14
206
-
platform: x64
200
+
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)
0 commit comments