Skip to content

Commit

Permalink
try to build v3.0.0-rc1b
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Apr 14, 2024
1 parent 04276a5 commit b554283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
node: [21]
canvas_tag: ["v3.0.0-rc1"] # e.g. "v2.6.1"
canvas_tag: ["v3.0.0-rc1b"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
fail-fast: false
matrix:
node: [21]
canvas_tag: ["v3.0.0-rc1"] # e.g. "v2.6.1"
canvas_tag: ["v3.0.0-rc1b"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
runs-on: macos-latest
env:
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
fail-fast: false
matrix:
node: [21]
canvas_tag: ["v3.0.0-rc1"] # e.g. "v2.6.1"
canvas_tag: ["v3.0.0-rc1b"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
runs-on: windows-2019
env:
Expand Down

0 comments on commit b554283

Please sign in to comment.