Skip to content

Commit

Permalink
Use cpu8 build to speed things up.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Sep 23, 2024
1 parent 4a96104 commit fb5ebf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
client-repo: ${{ github.event.repository.name }}
target-device: ${{ inputs.target-device }}
runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu16') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu8') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
build-type: ${{ inputs.build-type }}
use-container: false
host-platform: ${{ inputs.host-platform }}
Expand Down

0 comments on commit fb5ebf6

Please sign in to comment.