Skip to content

Commit

Permalink
Update runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbvaughan committed Jul 10, 2024
1 parent a1df5f2 commit 3dc369b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ jobs:
node: [21]
canvas_tag: ["v3.0.0-rc2"] # e.g. "v2.6.1"
os:
- runner: macos-latest
- runner: macos-12
arch: x64
- runner: macos-latest-xlarge # GitHub's Apple Silicon runner
- runner: macos-14
arch: arm64
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS ${{ matrix.os.arch }}
runs-on: ${{ matrix.os.runner }}
Expand Down

0 comments on commit 3dc369b

Please sign in to comment.