Skip to content

Commit bf387d7

Browse files
committed
Switch to ubuntu-latest to match Windows and macOS build matrix settings
1 parent 7eb9725 commit bf387d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-binaries.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,40 +31,40 @@ jobs:
3131

3232
# Linux
3333
- build: linux-x64
34-
os: ubuntu-20.04
34+
os: ubuntu-latest
3535
rust: stable
3636
target: x86_64-unknown-linux-gnu
3737
cross: false
3838

3939
- build: linux-x64-musl
40-
os: ubuntu-20.04
40+
os: ubuntu-latest
4141
rust: stable
4242
target: x86_64-unknown-linux-musl
4343
cross: false
4444

4545
- build: linux-armv7
46-
os: ubuntu-20.04
46+
os: ubuntu-latest
4747
rust: stable
4848
target: armv7-unknown-linux-gnueabihf
4949
linker: gcc-arm-linux-gnueabihf
5050
cross: true
5151

5252
- build: linux-armv7-musl
53-
os: ubuntu-20.04
53+
os: ubuntu-latest
5454
rust: stable
5555
target: armv7-unknown-linux-musleabihf
5656
linker: gcc-arm-linux-gnueabihf
5757
cross: true
5858

5959
- build: linux-arm64
60-
os: ubuntu-20.04
60+
os: ubuntu-latest
6161
rust: stable
6262
target: aarch64-unknown-linux-gnu
6363
linker: gcc-aarch64-linux-gnu
6464
cross: true
6565

6666
- build: linux-arm64-musl
67-
os: ubuntu-20.04
67+
os: ubuntu-latest
6868
rust: stable
6969
target: aarch64-unknown-linux-musl
7070
linker: gcc-aarch64-linux-gnu

0 commit comments

Comments
 (0)