File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments