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 3cd7414 commit bc8ab76Copy full SHA for bc8ab76
.github/workflows/gh-build-and-test.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
client-repo: ${{ github.event.repository.name }}
29
target-device: ${{ inputs.target-device }}
30
- runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'ubuntu-latest') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
+ runs-on: ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-cpu16') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
31
build-type: ${{ inputs.build-type }}
32
use-container: ${{ inputs.host-platform == 'linux-x64' || inputs.host-platform == 'linux-aarch64'}}
33
host-platform: ${{ inputs.host-platform }}
0 commit comments