File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
platform :
20
- - linux
20
+ - linux-x64
21
21
target-device :
22
22
- gpu
23
23
build-mode :
Original file line number Diff line number Diff line change 24
24
with :
25
25
client-repo : ${{ github.event.repository.name }}
26
26
target-device : ${{ inputs.target-device }}
27
- runs-on : ${{ (inputs.platform == 'linux' && 'linux-amd64-cpu16') || (inputs.platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.platform == 'mac' && 'macos-latest') }}
27
+ runs-on : ${{ (inputs.platform == 'linux-x64 ' && 'linux-amd64-cpu16') || (inputs.platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.platform == 'mac' && 'macos-latest') }}
28
28
build-type : ${{ inputs.build-type }}
29
- use-container : ${{ inputs.platform == 'linux' || inputs.platform == 'linux-aarch64'}}
29
+ use-container : ${{ inputs.platform == 'linux-x64 ' || inputs.platform == 'linux-aarch64'}}
30
30
platform : ${{ inputs.platform }}
31
31
dependencies-file : " "
32
32
legate-gh-ci-tag : " v1.10"
You can’t perform that action at this time.
0 commit comments