Skip to content

Commit 92c7244

Browse files
committed
update run-on-arch-action to v3 and runs-on to ubuntu-latest
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent d665fda commit 92c7244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/archs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
name: ${{ matrix.arch }}
1414

1515
strategy:
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: uraimo/run-on-arch-action@v2
35+
- uses: uraimo/run-on-arch-action@v3
3636
name: Build
3737
id: build
3838
with:

0 commit comments

Comments
 (0)