Skip to content

Commit fb5ebf6

Browse files
committed
Use cpu8 build to speed things up.
1 parent 4a96104 commit fb5ebf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
client-repo: ${{ github.event.repository.name }}
2626
target-device: ${{ inputs.target-device }}
27-
runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu16') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
27+
runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu8') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
2828
build-type: ${{ inputs.build-type }}
2929
use-container: false
3030
host-platform: ${{ inputs.host-platform }}

0 commit comments

Comments
 (0)