Skip to content

Commit 272ce44

Browse files
majetideepakfacebook-github-bot
authored andcommitted
fix(ci): Pin remaining ubuntu versions to 22.04 (facebookincubator#12114)
Summary: Pull Request resolved: facebookincubator#12114 Reviewed By: kevinwilfong Differential Revision: D68355842 Pulled By: kgpai fbshipit-source-id: c640af24d4c5de87de6cada0b928867a245c37d1
1 parent dc6c6e3 commit 272ce44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ defaults:
4141
jobs:
4242
benchmark:
4343
if: github.repository == 'facebookincubator/velox'
44-
runs-on: 8-core-ubuntu
44+
runs-on: 8-core-ubuntu-22.04
4545
env:
4646
CCACHE_DIR: "${{ github.workspace }}/ccache/"
4747
CCACHE_BASEDIR: "${{ github.workspace }}"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Linux release with adapters
2929
# prevent errors when forks ff their main branch
3030
if: ${{ github.repository == 'facebookincubator/velox' }}
31-
runs-on: 8-core-ubuntu
31+
runs-on: 8-core-ubuntu-22.04
3232
container: ghcr.io/facebookincubator/velox-dev:adapters
3333
defaults:
3434
run:

0 commit comments

Comments
 (0)