We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12147b7 commit f2e03ecCopy full SHA for f2e03ec
.github/workflows/prebuild.yaml
@@ -51,7 +51,7 @@ jobs:
51
fail-fast: false
52
matrix:
53
node: [21]
54
- canvas_tag: ["v3.0.1"] # e.g. "v2.6.1"
+ canvas_tag: ["v3.1.0"] # e.g. "v2.6.1"
55
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
56
runs-on: ubuntu-latest
57
container:
@@ -143,7 +143,7 @@ jobs:
143
144
145
146
147
os:
148
- runner: macos-15-large
149
- runner: macos-15
@@ -225,7 +225,7 @@ jobs:
225
226
227
228
229
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
230
runs-on: windows-2019
231
env:
0 commit comments