We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e8436 commit 369f59fCopy full SHA for 369f59f
.github/workflows/build.yml
@@ -80,12 +80,12 @@ jobs:
80
node: ["20", "22", "24", "25"]
81
steps:
82
- uses: actions/checkout@v4
83
- - uses: uraimo/run-on-arch-action@v2.8.1
+ - uses: uraimo/run-on-arch-action@v3
84
name: Verify install
85
id: build
86
with:
87
arch: s390x
88
- distro: ubuntu22.04
+ distro: ubuntu24.04
89
env: | # this is just so we can cache each version
90
GITHUB_WORKFLOW: ${{ github.workflow }}-${{ github.job }}-${{ matrix.node }}
91
dockerRunArgs: |
0 commit comments