Skip to content

Commit

Permalink
Build on macos-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 11, 2023
1 parent ba24971 commit e156ba1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-11 ]
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-arm-oss ]
name: [ head, debug ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -92,7 +92,8 @@ jobs:
id: platform
run: |
platform=${{ matrix.os }}
platform=${platform/macos-*/macos-latest}
platform=${platform/macos-11/macos-latest}
platform=${platform/macos-arm-oss/macos-13-arm64}
echo "platform=$platform" >> $GITHUB_OUTPUT
# Build
Expand Down

0 comments on commit e156ba1

Please sign in to comment.