Skip to content

Commit c6f9535

Browse files
committed
Update action runners
1 parent 962dc60 commit c6f9535

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
@@ -120,10 +120,10 @@ jobs:
120120
strategy:
121121
matrix:
122122
include:
123-
- runner: ubuntu-20.04
123+
- runner: ubuntu-24.04
124124
target: x86_64-unknown-linux-gnu
125125
platform: linux-amd64
126-
- runner: ubuntu-20.04
126+
- runner: ubuntu-24.04
127127
target: aarch64-unknown-linux-gnu
128128
platform: linux-arm64
129129
linux-packages: gcc-aarch64-linux-gnu

0 commit comments

Comments
 (0)