Skip to content

Commit b554283

Browse files
committed
try to build v3.0.0-rc1b
1 parent 04276a5 commit b554283

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-rc1"] # e.g. "v2.6.1"
54+
canvas_tag: ["v3.0.0-rc1b"] # e.g. "v2.6.1"
5555
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
5656
runs-on: ubuntu-latest
5757
container:
@@ -144,7 +144,7 @@ jobs:
144144
fail-fast: false
145145
matrix:
146146
node: [21]
147-
canvas_tag: ["v3.0.0-rc1"] # e.g. "v2.6.1"
147+
canvas_tag: ["v3.0.0-rc1b"] # e.g. "v2.6.1"
148148
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
149149
runs-on: macos-latest
150150
env:
@@ -217,7 +217,7 @@ jobs:
217217
fail-fast: false
218218
matrix:
219219
node: [21]
220-
canvas_tag: ["v3.0.0-rc1"] # e.g. "v2.6.1"
220+
canvas_tag: ["v3.0.0-rc1b"] # e.g. "v2.6.1"
221221
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
222222
runs-on: windows-2019
223223
env:

0 commit comments

Comments
 (0)