test with macOS ARM64 (#6635)
* test with macOS ARM64 * assign platform variable
This commit is contained in:
parent
181f5f984d
commit
b4efaaa573
|
@ -33,6 +33,8 @@ jobs:
|
|||
cpu: amd64
|
||||
- os: macos
|
||||
cpu: amd64
|
||||
- os: macos
|
||||
cpu: arm64
|
||||
- os: windows
|
||||
cpu: amd64
|
||||
branch: [~, upstream/version-2-0]
|
||||
|
@ -117,6 +119,8 @@ jobs:
|
|||
run: |
|
||||
if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
|
||||
PLATFORM=x64
|
||||
elif [[ '${{ matrix.target.cpu }}' == 'arm64' ]]; then
|
||||
PLATFORM=arm64
|
||||
else
|
||||
PLATFORM=x86
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue