Skip to content

Commit 2a23a77

Browse files
committed
Switch to ubuntu-latest for Linux builds
1 parent 102acbb commit 2a23a77

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
job:
19-
- { os: ubuntu-20.04, target: arm-unknown-linux-gnueabihf , use-cross: true }
20-
- { os: ubuntu-20.04, target: arm-unknown-linux-musleabihf, use-cross: true }
21-
- { os: ubuntu-20.04, target: aarch64-unknown-linux-gnu , use-cross: true }
22-
- { os: ubuntu-20.04, target: i686-unknown-linux-gnu , use-cross: true }
23-
- { os: ubuntu-20.04, target: i686-unknown-linux-musl , use-cross: true }
24-
- { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu , use-cross: true }
25-
- { os: ubuntu-20.04, target: x86_64-unknown-linux-musl , use-cross: true }
19+
- { os: ubuntu-latest, target: arm-unknown-linux-gnueabihf , use-cross: true }
20+
- { os: ubuntu-latest, target: arm-unknown-linux-musleabihf, use-cross: true }
21+
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu , use-cross: true }
22+
- { os: ubuntu-latest, target: i686-unknown-linux-gnu , use-cross: true }
23+
- { os: ubuntu-latest, target: i686-unknown-linux-musl , use-cross: true }
24+
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu , use-cross: true }
25+
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl , use-cross: true }
2626
- { os: macos-latest, target: x86_64-apple-darwin }
2727
- { os: macos-latest, target: aarch64-apple-darwin }
2828
steps:

0 commit comments

Comments
 (0)