We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cddd3 commit a149a8bCopy full SHA for a149a8b
.github/workflows/prebuild.yaml
@@ -54,7 +54,7 @@ jobs:
54
canvas_tag: ["v3.1.1"] # e.g. "v2.6.1"
55
os: ["ubuntu-latest", "ubuntu-latest-arm"]
56
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
57
- runs-on: matrix.os
+ runs-on: ${{ matrix.os }}
58
container:
59
image: ${{ matrix.os == 'ubuntu-latest-arm' && 'chearon/canvas-prebuilt-arm:1' || 'zbbjornson/canvas-prebuilt:11' }}
60
env:
0 commit comments