We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0689bd5 commit 69f388dCopy full SHA for 69f388d
1 file changed
.github/workflows/prebuild.yaml
@@ -145,10 +145,8 @@ jobs:
145
node: [21]
146
canvas_tag: ["v3.0.0-rc3"] # e.g. "v2.6.1"
147
os:
148
- - runner: macos-12
149
- arch: x64
150
- - runner: macos-14
151
- arch: arm64
+ - runner: macos-15-large
+ - runner: macos-15
152
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS ${{ matrix.os.arch }}
153
runs-on: ${{ matrix.os.runner }}
154
env:
0 commit comments