Skip to content

Commit 28fab99

Browse files
Use Ubuntu 20.04 to avoid GLIBC errors on Rpi (#476)
* feat: Use Ubuntu 20.04 to avoid GLIBC errors on Rpi * Call `apt-get update` before calling `apt-get install` --------- Co-authored-by: Jesse Braham <[email protected]>
1 parent ff973ac commit 28fab99

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
@@ -21,11 +21,11 @@ jobs:
2121
- os: "ubuntu-22.04"
2222
target: "x86_64-unknown-linux-musl"
2323
arch: "x86_64"
24-
- os: "ubuntu-22.04"
24+
- os: "ubuntu-20.04"
2525
target: "aarch64-unknown-linux-gnu"
2626
arch: "arm64"
2727
features: "--features=raspberry"
28-
- os: "ubuntu-22.04"
28+
- os: "ubuntu-20.04"
2929
target: "armv7-unknown-linux-gnueabihf"
3030
arch: "armhf"
3131
features: "--features=raspberry"

0 commit comments

Comments
 (0)