Skip to content

Commit f6edc3a

Browse files
committed
build: tweak runner types
1 parent c1d7aa4 commit f6edc3a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/theseus-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
platform:
5757
[
5858
blacksmith-6vcpu-macos-26,
59-
blacksmith-8vcpu-windows-2025,
60-
blacksmith-8vcpu-ubuntu-2404,
59+
blacksmith-4vcpu-windows-2025,
60+
blacksmith-4vcpu-ubuntu-2404,
6161
]
6262
include:
6363
- platform: blacksmith-6vcpu-macos-26
6464
artifact-target-name: universal-apple-darwin
65-
- platform: blacksmith-8vcpu-windows-2025
65+
- platform: blacksmith-4vcpu-windows-2025
6666
artifact-target-name: x86_64-pc-windows-msvc
67-
- platform: blacksmith-8vcpu-ubuntu-2404
67+
- platform: blacksmith-4vcpu-ubuntu-2404
6868
artifact-target-name: x86_64-unknown-linux-gnu
6969

7070
runs-on: ${{ matrix.platform }}

.github/workflows/theseus-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
github.event.workflow_run.conclusion == 'success' &&
1616
github.event.workflow_run.event == 'push' &&
1717
startsWith(github.event.workflow_run.head_branch, 'v')
18-
runs-on: blacksmith-8vcpu-ubuntu-2404
18+
runs-on: blacksmith-4vcpu-ubuntu-2404
1919
env:
2020
VERSION_TAG: ${{ github.event.workflow_run.head_branch }}
2121
LINUX_X64_BUNDLE_ARTIFACT_NAME: App bundle (x86_64-unknown-linux-gnu)

0 commit comments

Comments
 (0)