Skip to content

Commit

Permalink
Run prebuilds on Apple Silicon Macs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbvaughan committed Feb 23, 2024
1 parent 25fbac5 commit 3d15abc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,11 @@ jobs:
matrix:
node: [18.12.0, 20.9.0]
canvas_tag: [] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
runs-on: macos-latest
runner:
- macos-latest
- macos-latest-xlarge # GitHub's Apple Silicon runner
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS ${{ runner.arch }}
runs-on: ${{ matrix.runner }}
env:
CANVAS_VERSION_TO_BUILD: ${{ matrix.canvas_tag }}
steps:
Expand Down

0 comments on commit 3d15abc

Please sign in to comment.