From ece9b90c4222844f2283a383623c19ca74064003 Mon Sep 17 00:00:00 2001 From: tianwei Date: Wed, 24 Jul 2024 10:43:03 +0800 Subject: [PATCH] chore(ci): back to macos-13 for client test passed (#3140) --- .github/workflows/client.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index a3d20f77c5..f09094bbcb 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -100,7 +100,7 @@ jobs: - "3.10" - "3.11" os: - - macos-latest + - macos-13 # TODO: macos-latest is switched to arm64, we need to adjust ut for arm64 macos. For now, we use macos-13 as a workaround. - ubuntu-latest runs-on: ${{ matrix.os }} defaults: @@ -168,12 +168,12 @@ jobs: - "3.10" - "3.11" os: - - macos-latest + - macos-13 # TODO: macos-latest is switched to arm64, we need to adjust ut for arm64 macos. For now, we use macos-13 as a workaround. - ubuntu-latest exclude: # https://github.com/pytorch/pytorch/issues/86566 # pytorch does not release python 3.11 wheel package for macosx os yet. - - os: macos-latest + - os: macos-13 # TODO: macos-latest is switched to arm64, we need to adjust ut for arm64 macos. For now, we use macos-13 as a workaround. python-version: "3.11" runs-on: ${{ matrix.os }} defaults: