Skip to content

Commit 704d356

Browse files
committed
.github: cross-build binaries on ubuntu-latest.
Use ubuntu-latest instead of deprecated ubuntu-20.04 for binary cross-build sanity checks. Signed-off-by: Krisztian Litkey <[email protected]>
1 parent 22d5b35 commit 704d356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Make sure binaries compile on multiple platforms.
5050
crossbuild:
5151
name: "Build / Crossbuild Binaries"
52-
runs-on: ubuntu-20.04
52+
runs-on: ubuntu-latest
5353
strategy:
5454
fail-fast: false
5555
matrix:

0 commit comments

Comments
 (0)