build: fix windows runner
This commit is contained in:
7
.github/workflows/theseus-build.yml
vendored
7
.github/workflows/theseus-build.yml
vendored
@@ -53,16 +53,15 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform: [
|
||||||
[
|
|
||||||
blacksmith-6vcpu-macos-26,
|
blacksmith-6vcpu-macos-26,
|
||||||
blacksmith-4vcpu-windows-2025,
|
blacksmith-8vcpu-windows-2025, # At time of writing, Windows 4 vCPU VMs don't seem to actually exist
|
||||||
blacksmith-4vcpu-ubuntu-2404,
|
blacksmith-4vcpu-ubuntu-2404,
|
||||||
]
|
]
|
||||||
include:
|
include:
|
||||||
- platform: blacksmith-6vcpu-macos-26
|
- platform: blacksmith-6vcpu-macos-26
|
||||||
artifact-target-name: universal-apple-darwin
|
artifact-target-name: universal-apple-darwin
|
||||||
- platform: blacksmith-4vcpu-windows-2025
|
- platform: blacksmith-8vcpu-windows-2025
|
||||||
artifact-target-name: x86_64-pc-windows-msvc
|
artifact-target-name: x86_64-pc-windows-msvc
|
||||||
- platform: blacksmith-4vcpu-ubuntu-2404
|
- platform: blacksmith-4vcpu-ubuntu-2404
|
||||||
artifact-target-name: x86_64-unknown-linux-gnu
|
artifact-target-name: x86_64-unknown-linux-gnu
|
||||||
|
|||||||
Reference in New Issue
Block a user