diff --git a/.github/workflows/linux-build-base.yml b/.github/workflows/linux-build-base.yml index 5a4e78d6a1e4..08f53c6f46b5 100644 --- a/.github/workflows/linux-build-base.yml +++ b/.github/workflows/linux-build-base.yml @@ -120,7 +120,7 @@ jobs: ctest -j 8 --label-exclude cuda_driver --output-on-failure --no-tests=error ubuntu-debug: - runs-on: 8-core-ubuntu + runs-on: ubuntu-22.04 # prevent errors when forks ff their main branch if: ${{ github.repository == 'facebookincubator/velox' }} name: "Ubuntu debug with resolve_dependency"