Skip to content

Commit ece9b90

Browse files
authored
chore(ci): back to macos-13 for client test passed (#3140)
1 parent 48f1436 commit ece9b90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/client.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- "3.10"
101101
- "3.11"
102102
os:
103-
- macos-latest
103+
- 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.
104104
- ubuntu-latest
105105
runs-on: ${{ matrix.os }}
106106
defaults:
@@ -168,12 +168,12 @@ jobs:
168168
- "3.10"
169169
- "3.11"
170170
os:
171-
- macos-latest
171+
- 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.
172172
- ubuntu-latest
173173
exclude:
174174
# https://github.com/pytorch/pytorch/issues/86566
175175
# pytorch does not release python 3.11 wheel package for macosx os yet.
176-
- os: macos-latest
176+
- 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.
177177
python-version: "3.11"
178178
runs-on: ${{ matrix.os }}
179179
defaults:

0 commit comments

Comments
 (0)