We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c209248 commit 6a8039fCopy full SHA for 6a8039f
.github/workflows/build.yaml
@@ -105,7 +105,7 @@ jobs:
105
submodules: true
106
107
- name: Build on ${{ matrix.os }} with ${{ matrix.compiler }}
108
- uses: uraimo/run-on-arch-action@v2.8.1
+ uses: uraimo/run-on-arch-action@v3.0.0
109
with:
110
arch: aarch64
111
distro: ubuntu_latest
.github/workflows/packages.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
- - uses: uraimo/run-on-arch-action@v2.8.1
+ - uses: uraimo/run-on-arch-action@v3.0.0
26
name: Build the ${{matrix.format}} packages
27
28
0 commit comments