Skip to content

Commit 37d168b

Browse files
Update release.yml
1 parent 70623a6 commit 37d168b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
- name: Make packaging script executable
4444
run: chmod +x ./build/package.sh
4545
- uses: uraimo/run-on-arch-action@v2
46-
name: Build on ubuntu-20.04 aarch64
46+
name: Build on ubuntu-22.04 aarch64
4747
id: runcmd
4848
with:
4949
arch: aarch64
50-
distro: ubuntu20.04
50+
distro: ubuntu22.04
5151
setup: |
5252
echo "."
5353
echo ".."

0 commit comments

Comments
 (0)