Skip to content

Commit

Permalink
Use linux-x64 instead of just linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Aug 5, 2024
1 parent 0004eef commit 90ea096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
platform:
- linux
- linux-x64
target-device:
- gpu
build-mode:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
with:
client-repo: ${{ github.event.repository.name }}
target-device: ${{ inputs.target-device }}
runs-on: ${{ (inputs.platform == 'linux' && 'linux-amd64-cpu16') || (inputs.platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.platform == 'mac' && 'macos-latest') }}
runs-on: ${{ (inputs.platform == 'linux-x64' && 'linux-amd64-cpu16') || (inputs.platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.platform == 'mac' && 'macos-latest') }}
build-type: ${{ inputs.build-type }}
use-container: ${{ inputs.platform == 'linux' || inputs.platform == 'linux-aarch64'}}
use-container: ${{ inputs.platform == 'linux-x64' || inputs.platform == 'linux-aarch64'}}
platform: ${{ inputs.platform }}
dependencies-file: ""
legate-gh-ci-tag: "v1.10"
Expand Down

0 comments on commit 90ea096

Please sign in to comment.