File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments