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 0abdaf8 commit 44974feCopy full SHA for 44974fe
.github/workflows/nuget.yml
@@ -85,7 +85,7 @@ jobs:
85
path: CSFML
86
87
- name: Build in an ARM container
88
- uses: uraimo/run-on-arch-action@v2.8.1
+ uses: uraimo/run-on-arch-action@v3.0.1
89
with:
90
arch: armv7
91
distro: ubuntu22.04
@@ -117,7 +117,7 @@ jobs:
117
118
119
- name: Build in an ARM64 container
120
121
122
arch: aarch64
123
@@ -142,7 +142,7 @@ jobs:
142
name: Linux MUSL x64
143
runs-on: ubuntu-22.04
144
container:
145
- image: alpine:3.20.3
+ image: alpine:3.20.7
146
147
steps:
148
- name: Checkout CSFML
0 commit comments