Skip to content

Commit

Permalink
[VL] Fix out-of-date centos 7 image in velox_docker_cache.yml (#6719)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer authored Aug 6, 2024
1 parent d690414 commit 8e6d634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/velox_docker_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ concurrency:
jobs:
cache-native-lib-centos-7:
runs-on: ubuntu-20.04
container: apache/gluten:gluten-vcpkg-builder_2024_07_11 # centos7 with dependencies installed
container: apache/gluten:gluten-vcpkg-builder_2024_08_05 # centos7 with dependencies installed
steps:
- uses: actions/checkout@v2
- name: Generate cache key
Expand Down

0 comments on commit 8e6d634

Please sign in to comment.