Skip to content

Commit 807b4e0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prebuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
matrix:
5353
node: [21]
5454
canvas_tag: ["v3.1.1"] # e.g. "v2.6.1"
55-
os: ["ubuntu-latest", "ubuntu-latest-arm"]
55+
os: ["ubuntu-24.04", "ubuntu-24.04-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)