Skip to content

Commit

Permalink
test both amd64 and arm64 macos
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Jun 25, 2024
1 parent f9748e3 commit 87eb3e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
cpu: i386
- os: macos
cpu: amd64
- os: macos
cpu: arm64
- os: windows
cpu: amd64
branch: [version-1-6, version-2-0, devel]
Expand All @@ -32,6 +34,12 @@ jobs:
shell: bash
- target:
os: macos
cpu: amd64
builder: macos-13
shell: bash
- target:
os: macos
cpu: arm64
builder: macos-latest
shell: bash
- target:
Expand Down Expand Up @@ -120,6 +128,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 87eb3e6

Please sign in to comment.