We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6edc3a commit 9a499afCopy full SHA for 9a499af
1 file changed
.github/workflows/theseus-build.yml
@@ -53,16 +53,15 @@ jobs:
53
strategy:
54
fail-fast: false
55
matrix:
56
- platform:
57
- [
+ platform: [
58
blacksmith-6vcpu-macos-26,
59
- blacksmith-4vcpu-windows-2025,
+ blacksmith-8vcpu-windows-2025, # At time of writing, Windows 4 vCPU VMs don't seem to actually exist
60
blacksmith-4vcpu-ubuntu-2404,
61
]
62
include:
63
- platform: blacksmith-6vcpu-macos-26
64
artifact-target-name: universal-apple-darwin
65
- - platform: blacksmith-4vcpu-windows-2025
+ - platform: blacksmith-8vcpu-windows-2025
66
artifact-target-name: x86_64-pc-windows-msvc
67
- platform: blacksmith-4vcpu-ubuntu-2404
68
artifact-target-name: x86_64-unknown-linux-gnu
0 commit comments