Skip to content

Commit

Permalink
build 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Jan 22, 2025
1 parent 12147b7 commit f2e03ec
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.1"] # e.g. "v2.6.1"
canvas_tag: ["v3.1.0"] # 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.1"] # e.g. "v2.6.1"
canvas_tag: ["v3.1.0"] # e.g. "v2.6.1"
os:
- runner: macos-15-large
- runner: macos-15
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
fail-fast: false
matrix:
node: [21]
canvas_tag: ["v3.0.1"] # e.g. "v2.6.1"
canvas_tag: ["v3.1.0"] # 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 f2e03ec

Please sign in to comment.