Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jan 11, 2024
1 parent 7a2f916 commit ad591e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/velox_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,31 @@ concurrency:

jobs:
ubuntu2004:
runs-on: velox-self-hosted
runs-on: hongze-test
env:
OS_IMAGE_NAME: ubuntu
OS_IMAGE_TAG: 20.04
steps:
- name: Build
run: $PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/build.sh
ubuntu2204:
runs-on: velox-self-hosted
runs-on: hongze-test
env:
OS_IMAGE_NAME: ubuntu
OS_IMAGE_TAG: 22.04
steps:
- name: Build
run: $PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/build.sh
centos7:
runs-on: velox-self-hosted
runs-on: hongze-test
env:
OS_IMAGE_NAME: centos
OS_IMAGE_TAG: 7
steps:
- name: Build
run: $PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/build.sh
centos8:
runs-on: velox-self-hosted
runs-on: hongze-test
env:
OS_IMAGE_NAME: centos
OS_IMAGE_TAG: 8
Expand Down

0 comments on commit ad591e8

Please sign in to comment.