Skip to content

Commit a287ad1

Browse files
committed
prebuild v3.0.0-rc2
1 parent 90f6df2 commit a287ad1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prebuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
node: [21]
54-
canvas_tag: ["v3.0.0-rc1b"] # e.g. "v2.6.1"
54+
canvas_tag: ["v3.0.0-rc2"] # e.g. "v2.6.1"
5555
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
5656
runs-on: ubuntu-latest
5757
container:
@@ -143,7 +143,7 @@ jobs:
143143
fail-fast: false
144144
matrix:
145145
node: [21]
146-
canvas_tag: ["v3.0.0-rc1b"] # e.g. "v2.6.1"
146+
canvas_tag: ["v3.0.0-rc2"] # e.g. "v2.6.1"
147147
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
148148
runs-on: macos-latest
149149
env:
@@ -216,7 +216,7 @@ jobs:
216216
fail-fast: false
217217
matrix:
218218
node: [21]
219-
canvas_tag: ["v3.0.0-rc1b"] # e.g. "v2.6.1"
219+
canvas_tag: ["v3.0.0-rc2"] # e.g. "v2.6.1"
220220
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
221221
runs-on: windows-2019
222222
env:

0 commit comments

Comments
 (0)