This is an automated email from the ASF dual-hosted git repository. zhouyuan pushed a commit to branch wip_macos_test in repository https://gitbox.apache.org/repos/asf/gluten.git
commit 422166748919ddd03411175c0b2b98497748ce94 Author: Yuan <[email protected]> AuthorDate: Fri Aug 21 10:01:01 2026 +0100 test Signed-off-by: Yuan <[email protected]> --- .github/workflows/velox_weekly.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/velox_weekly.yml b/.github/workflows/velox_weekly.yml index 221991bd5b..2756f4f73a 100644 --- a/.github/workflows/velox_weekly.yml +++ b/.github/workflows/velox_weekly.yml @@ -42,7 +42,7 @@ jobs: fail-fast: false matrix: os: [ "centos:8", "quay.io/centos/centos:stream9" ] - if: ${{ startsWith(github.repository, 'apache/') }} + runs-on: ubuntu-22.04 container: ${{ matrix.os }} steps: @@ -120,7 +120,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu:22.04", "ubuntu:24.04" ] - if: ${{ startsWith(github.repository, 'apache/') }} + runs-on: ubuntu-22.04 container: ${{ matrix.os }} steps: @@ -205,7 +205,7 @@ jobs: fail-fast: false matrix: os: [ "openeuler/openeuler:24.03" ] - if: ${{ startsWith(github.repository, 'apache/') }} + runs-on: ubuntu-24.04-arm container: ${{ matrix.os }} steps: @@ -263,7 +263,7 @@ jobs: fail-fast: false matrix: os: [ "openeuler/openeuler:24.03" ] - if: ${{ startsWith(github.repository, 'apache/') }} + runs-on: ubuntu-24.04-arm container: ${{ matrix.os }} steps: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
