Skip to content

Commit 90ea096

Browse files
committed
Use linux-x64 instead of just linux.
1 parent 0004eef commit 90ea096

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
platform:
20-
- linux
20+
- linux-x64
2121
target-device:
2222
- gpu
2323
build-mode:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
with:
2525
client-repo: ${{ github.event.repository.name }}
2626
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') }}
2828
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'}}
3030
platform: ${{ inputs.platform }}
3131
dependencies-file: ""
3232
legate-gh-ci-tag: "v1.10"

0 commit comments

Comments
 (0)