Skip to content

Commit

Permalink
Add macos-x64 and macos-arm64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
linroid committed Apr 27, 2024
1 parent af77035 commit 3032487
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ jobs:
build:
strategy:
matrix:
platform: [ linux, windows, macos, android]
platform: [ linux, windows, macos-x64, macos-arm64, android]
include:
- platform: linux
os: ubuntu-latest
- platform: windows
os: windows-latest
- platform: macos
- platform: macos-arm64
os: macos-latest
- platform: macos-x64
os: macos-12
- platform: android
os: ubuntu-latest
runs-on: ${{ matrix.os }}
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,20 @@ jobs:
name: Unit Test
strategy:
matrix:
platform: [ linux, windows, macos, android, ios ]
platform: [ linux, windows, macos-x64, macos-arm64, android, ios ]
include:
- platform: linux
os: ubuntu-latest
- platform: windows
os: windows-latest
- platform: macos
- platform: macos-arm64
os: macos-latest
- platform: macos-x64
os: macos-12
- platform: android
os: ubuntu-latest
- platform: ios
os: macos-latest
os: macos-12
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3032487

Please sign in to comment.