Skip to content

Commit

Permalink
Enable macOS aarch64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Feb 6, 2024
1 parent a9d859b commit 792c412
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ env:
jobs:
build_prepare:
name: Prepare build
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-14]
outputs:
version: ${{ steps.version.outputs.version }}
channel: ${{ steps.version.outputs.channel }}
Expand Down

0 comments on commit 792c412

Please sign in to comment.