Skip to content

Commit

Permalink
test with macOS ARM64 (#6635)
Browse files Browse the repository at this point in the history
* test with macOS ARM64

* assign platform variable
  • Loading branch information
tersec authored Oct 11, 2024
1 parent 181f5f9 commit b4efaaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
cpu: amd64
- os: macos
cpu: amd64
- os: macos
cpu: arm64
- os: windows
cpu: amd64
branch: [~, upstream/version-2-0]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b4efaaa

Please sign in to comment.