Skip to content

Commit 69f388d

Browse files
committed
macos-15
1 parent 0689bd5 commit 69f388d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/prebuild.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,8 @@ jobs:
145145
node: [21]
146146
canvas_tag: ["v3.0.0-rc3"] # e.g. "v2.6.1"
147147
os:
148-
- runner: macos-12
149-
arch: x64
150-
- runner: macos-14
151-
arch: arm64
148+
- runner: macos-15-large
149+
- runner: macos-15
152150
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS ${{ matrix.os.arch }}
153151
runs-on: ${{ matrix.os.runner }}
154152
env:

0 commit comments

Comments
 (0)