Skip to content

Commit 8b238be

Browse files
committed
macOS: use macos-12, which is x64
macos-latest is M1 and needs help.
1 parent a287ad1 commit 8b238be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prebuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
node: [21]
146146
canvas_tag: ["v3.0.0-rc2"] # e.g. "v2.6.1"
147147
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
148-
runs-on: macos-latest
148+
runs-on: macos-12 # macos-14+ is M1
149149
env:
150150
CANVAS_VERSION_TO_BUILD: ${{ matrix.canvas_tag }}
151151
steps:

0 commit comments

Comments
 (0)