Skip to content

Commit 44974fe

Browse files
committed
Update action to run under ARM
1 parent 0abdaf8 commit 44974fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nuget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
path: CSFML
8686

8787
- name: Build in an ARM container
88-
uses: uraimo/run-on-arch-action@v2.8.1
88+
uses: uraimo/run-on-arch-action@v3.0.1
8989
with:
9090
arch: armv7
9191
distro: ubuntu22.04
@@ -117,7 +117,7 @@ jobs:
117117
path: CSFML
118118

119119
- name: Build in an ARM64 container
120-
uses: uraimo/run-on-arch-action@v2.8.1
120+
uses: uraimo/run-on-arch-action@v3.0.1
121121
with:
122122
arch: aarch64
123123
distro: ubuntu22.04
@@ -142,7 +142,7 @@ jobs:
142142
name: Linux MUSL x64
143143
runs-on: ubuntu-22.04
144144
container:
145-
image: alpine:3.20.3
145+
image: alpine:3.20.7
146146

147147
steps:
148148
- name: Checkout CSFML

0 commit comments

Comments
 (0)