Skip to content

Commit f0d082c

Browse files
authored
Merge pull request #197 from itowlson/build-on-ubuntu-20
Build on Ubuntu 20.04
2 parents 8ce615a + 4b2809f commit f0d082c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
config:
2323
- {
24-
os: "ubuntu-latest",
24+
os: "ubuntu-20.04",
2525
arch: "amd64",
2626
wasiSDK: "linux",
2727
extension: "",
@@ -30,7 +30,7 @@ jobs:
3030
targetDir: "target/release",
3131
}
3232
- {
33-
os: "ubuntu-latest",
33+
os: "ubuntu-20.04",
3434
arch: "aarch64",
3535
wasiSDK: "linux",
3636
extension: "",

0 commit comments

Comments
 (0)