Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try a different approach with Windows
  • Loading branch information
ambv committed Oct 21, 2024
commit 864e2eb7a984b7e12d052f30b145bc2e34b9ff42
15 changes: 6 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,22 +151,19 @@ jobs:
if: fromJSON(needs.check_source.outputs.run_tests)
strategy:
Comment thread
ambv marked this conversation as resolved.
matrix:
os: [windows-latest]
arch: [x64]
free-threading: [false, true]
include:
- os: windows-latest
arch: Win32
free-threading: false
- os: windows-latest
arch: x64
free-threading: false
- os: windows-aarch64
arch: arm64
free-threading: false
- os: windows-latest
arch: x64
free-threading: true
- os: windows-aarch64
arch: arm64
free-threading: true
- os: windows-latest
arch: Win32
free-threading: false
uses: ./.github/workflows/reusable-windows.yml
with:
arch: ${{ matrix.arch }}
Comment thread
ambv marked this conversation as resolved.
Comment thread
ambv marked this conversation as resolved.
Expand Down