Skip to content

Commit 32baeca

Browse files
authored
Run CI on Ubuntu 20.04 (#16)
Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
1 parent 4c360e0 commit 32baeca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
config:
23-
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-latest", arch: "amd64", extension: "" }
24-
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-latest", arch: "aarch64", extension: "" }
23+
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "amd64", extension: "" }
24+
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "aarch64", extension: "" }
2525
- { target: "x86_64-apple-darwin", os: "macos-latest", arch: "amd64", extension: "" }
2626
- { target: "aarch64-apple-darwin", os: "macos-latest", arch: "aarch64", extension: "" }
2727
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }

0 commit comments

Comments
 (0)