Skip to content

Commit b4efaaa

Browse files
authored
test with macOS ARM64 (#6635)
* test with macOS ARM64 * assign platform variable
1 parent 181f5f9 commit b4efaaa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
cpu: amd64
3434
- os: macos
3535
cpu: amd64
36+
- os: macos
37+
cpu: arm64
3638
- os: windows
3739
cpu: amd64
3840
branch: [~, upstream/version-2-0]
@@ -117,6 +119,8 @@ jobs:
117119
run: |
118120
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
119121
PLATFORM=x64
122+
elif [[ '${{ matrix.target.cpu }}' == 'arm64' ]]; then
123+
PLATFORM=arm64
120124
else
121125
PLATFORM=x86
122126
fi

0 commit comments

Comments
 (0)