Skip to content

Commit eab8e09

Browse files
kgpaifacebook-github-bot
authored andcommitted
fix(build): Pin ubuntu version to 22.04 (#12102)
Summary: Pin ubuntu version to 22.04 since default runner now uses 24.01 which uses GCC 13. Pull Request resolved: #12102 Reviewed By: kagamiori Differential Revision: D68292365 Pulled By: kgpai fbshipit-source-id: 82fe848657a6c6ad57b2cbd9f0bdf04805ce8bd1
1 parent 915f1d8 commit eab8e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-build-base.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
ctest -j 8 --label-exclude cuda_driver --output-on-failure --no-tests=error
121121
122122
ubuntu-debug:
123-
runs-on: 8-core-ubuntu
123+
runs-on: 8-core-ubuntu-22.04
124124
# prevent errors when forks ff their main branch
125125
if: ${{ github.repository == 'facebookincubator/velox' }}
126126
name: "Ubuntu debug with resolve_dependency"

0 commit comments

Comments
 (0)