Skip to content

Commit e86aa66

Browse files
committed
CI: use x64-native cross tools to build x86 code
This is also used by the Swift CI: swiftlang/swift-corelibs-libdispatch#606 (comment) See https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line
1 parent 53c236e commit e86aa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
arch: [x86, x64]
20+
arch: [x64_x86, x64]
2121

2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)