Skip to content

Commit 3c13785

Browse files
committed
update runner to ubuntu-latest
1 parent 1149297 commit 3c13785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ship.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ jobs:
141141
strategy:
142142
matrix:
143143
include:
144-
- runner: ubuntu-20.04
144+
- runner: ubuntu-latest
145145
target: x86_64-unknown-linux-gnu
146-
- runner: ubuntu-20.04
146+
- runner: ubuntu-latest
147147
target: aarch64-unknown-linux-gnu
148148
linux-packages: gcc-aarch64-linux-gnu
149149
linker: /usr/bin/aarch64-linux-gnu-gcc

0 commit comments

Comments
 (0)