Skip to content

Commit a29beab

Browse files
committed
build v3.0.0-rc3
1 parent 76d1ded commit a29beab

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-rc2"] # e.g. "v2.6.1"
54+
canvas_tag: ["v3.0.0-rc3"] # 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-rc2"] # e.g. "v2.6.1"
146+
canvas_tag: ["v3.0.0-rc3"] # e.g. "v2.6.1"
147147
os:
148148
- runner: macos-12
149149
arch: x64
@@ -226,7 +226,7 @@ jobs:
226226
fail-fast: false
227227
matrix:
228228
node: [21]
229-
canvas_tag: ["v3.0.0-rc2"] # e.g. "v2.6.1"
229+
canvas_tag: ["v3.0.0-rc3"] # e.g. "v2.6.1"
230230
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
231231
runs-on: windows-2019
232232
env:

0 commit comments

Comments
 (0)