Skip to content

Commit

Permalink
chore(ci): back to macos-13 for client test passed (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianweidut committed Jul 24, 2024
1 parent 48f1436 commit ece9b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ece9b90

Please sign in to comment.