build: tweak runner types
This commit is contained in:
8
.github/workflows/theseus-build.yml
vendored
8
.github/workflows/theseus-build.yml
vendored
@@ -56,15 +56,15 @@ jobs:
|
|||||||
platform:
|
platform:
|
||||||
[
|
[
|
||||||
blacksmith-6vcpu-macos-26,
|
blacksmith-6vcpu-macos-26,
|
||||||
blacksmith-8vcpu-windows-2025,
|
blacksmith-4vcpu-windows-2025,
|
||||||
blacksmith-8vcpu-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-8vcpu-windows-2025
|
- platform: blacksmith-4vcpu-windows-2025
|
||||||
artifact-target-name: x86_64-pc-windows-msvc
|
artifact-target-name: x86_64-pc-windows-msvc
|
||||||
- platform: blacksmith-8vcpu-ubuntu-2404
|
- platform: blacksmith-4vcpu-ubuntu-2404
|
||||||
artifact-target-name: x86_64-unknown-linux-gnu
|
artifact-target-name: x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|||||||
2
.github/workflows/theseus-release.yml
vendored
2
.github/workflows/theseus-release.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
github.event.workflow_run.conclusion == 'success' &&
|
github.event.workflow_run.conclusion == 'success' &&
|
||||||
github.event.workflow_run.event == 'push' &&
|
github.event.workflow_run.event == 'push' &&
|
||||||
startsWith(github.event.workflow_run.head_branch, 'v')
|
startsWith(github.event.workflow_run.head_branch, 'v')
|
||||||
runs-on: blacksmith-8vcpu-ubuntu-2404
|
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||||
env:
|
env:
|
||||||
VERSION_TAG: ${{ github.event.workflow_run.head_branch }}
|
VERSION_TAG: ${{ github.event.workflow_run.head_branch }}
|
||||||
LINUX_X64_BUNDLE_ARTIFACT_NAME: App bundle (x86_64-unknown-linux-gnu)
|
LINUX_X64_BUNDLE_ARTIFACT_NAME: App bundle (x86_64-unknown-linux-gnu)
|
||||||
|
|||||||
Reference in New Issue
Block a user