We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a96104 commit fb5ebf6Copy full SHA for fb5ebf6
.github/workflows/gh-build-and-test.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
client-repo: ${{ github.event.repository.name }}
26
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') }}
+ runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu8') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
28
build-type: ${{ inputs.build-type }}
29
use-container: false
30
host-platform: ${{ inputs.host-platform }}
0 commit comments