Skip to content

Commit

Permalink
prebuild v3.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Jun 20, 2024
1 parent 90f6df2 commit a287ad1
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-rc1b"] # e.g. "v2.6.1"
canvas_tag: ["v3.0.0-rc2"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
fail-fast: false
matrix:
node: [21]
canvas_tag: ["v3.0.0-rc1b"] # e.g. "v2.6.1"
canvas_tag: ["v3.0.0-rc2"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
runs-on: macos-latest
env:
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
fail-fast: false
matrix:
node: [21]
canvas_tag: ["v3.0.0-rc1b"] # e.g. "v2.6.1"
canvas_tag: ["v3.0.0-rc2"] # 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 a287ad1

Please sign in to comment.