Skip to content

Commit a149a8b

Browse files
committed
why isn't linux running
1 parent 53cddd3 commit a149a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
canvas_tag: ["v3.1.1"] # e.g. "v2.6.1"
5555
os: ["ubuntu-latest", "ubuntu-latest-arm"]
5656
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
57-
runs-on: matrix.os
57+
runs-on: ${{ matrix.os }}
5858
container:
5959
image: ${{ matrix.os == 'ubuntu-latest-arm' && 'chearon/canvas-prebuilt-arm:1' || 'zbbjornson/canvas-prebuilt:11' }}
6060
env:

0 commit comments

Comments
 (0)