Skip to content

Commit

Permalink
[fbgemm_gpu] Fix FBGEMM CI on non-pytorch CI infra
Browse files Browse the repository at this point in the history
- Fix FBGEMM CI on non-pytorch CI infra
  • Loading branch information
q10 committed Sep 26, 2024
1 parent f43cf70 commit d52ee6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fbgemm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
build-bazel:
runs-on: ${{ github.repository_owner == 'pytorch' && matrix.host-machine.instance || 'ubuntu-latest' }}
runs-on: ${{ matrix.host-machine.instance }}
container:
image: amazonlinux:2023
options: --user root
Expand All @@ -119,7 +119,7 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.12xlarge" },
{ arch: x86, instance: ${{ github.repository_owner == 'pytorch' && 'linux.12xlarge' || 'ubuntu-latest' }} },
]
compiler: [ "gcc", "clang" ]

Expand Down

0 comments on commit d52ee6e

Please sign in to comment.