Skip to content

Commit

Permalink
Update to add centos9 for weekly build
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepa8 committed Jul 24, 2024
1 parent 288ac89 commit fd2fc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/velox_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "centos:7", "centos:8" ]
os: [ "centos:7", "centos:8", "quay.io/centos/centos:stream9" ]
runs-on: ubuntu-20.04
container: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit fd2fc5c

Please sign in to comment.