Skip to content

Commit 369f59f

Browse files
committed
Move to run-on-arch-action@v3 and update ubuntu to 24
This should fix the build error
1 parent 22e8436 commit 369f59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ jobs:
8080
node: ["20", "22", "24", "25"]
8181
steps:
8282
- uses: actions/checkout@v4
83-
- uses: uraimo/run-on-arch-action@v2.8.1
83+
- uses: uraimo/run-on-arch-action@v3
8484
name: Verify install
8585
id: build
8686
with:
8787
arch: s390x
88-
distro: ubuntu22.04
88+
distro: ubuntu24.04
8989
env: | # this is just so we can cache each version
9090
GITHUB_WORKFLOW: ${{ github.workflow }}-${{ github.job }}-${{ matrix.node }}
9191
dockerRunArgs: |

0 commit comments

Comments
 (0)