Skip to content

Commit 9a499af

Browse files
committed
build: fix windows runner
1 parent f6edc3a commit 9a499af

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/theseus-build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,15 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
platform:
57-
[
56+
platform: [
5857
blacksmith-6vcpu-macos-26,
59-
blacksmith-4vcpu-windows-2025,
58+
blacksmith-8vcpu-windows-2025, # At time of writing, Windows 4 vCPU VMs don't seem to actually exist
6059
blacksmith-4vcpu-ubuntu-2404,
6160
]
6261
include:
6362
- platform: blacksmith-6vcpu-macos-26
6463
artifact-target-name: universal-apple-darwin
65-
- platform: blacksmith-4vcpu-windows-2025
64+
- platform: blacksmith-8vcpu-windows-2025
6665
artifact-target-name: x86_64-pc-windows-msvc
6766
- platform: blacksmith-4vcpu-ubuntu-2404
6867
artifact-target-name: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)