Skip to content

Commit

Permalink
Pin ubuntu version to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kgpai committed Jan 16, 2025
1 parent 4ad5a8a commit 4546da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4546da6

Please sign in to comment.