Skip to content

Commit

Permalink
macOS: use macos-12, which is x64
Browse files Browse the repository at this point in the history
macos-latest is M1 and needs help.
  • Loading branch information
zbjornson committed Jun 23, 2024
1 parent a287ad1 commit 8b238be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
node: [21]
canvas_tag: ["v3.0.0-rc2"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
runs-on: macos-latest
runs-on: macos-12 # macos-14+ is M1
env:
CANVAS_VERSION_TO_BUILD: ${{ matrix.canvas_tag }}
steps:
Expand Down

0 comments on commit 8b238be

Please sign in to comment.