Skip to content

Commit 6436901

Browse files
authored
Merge pull request #274 from klihub/fixes/workflow/use-ubuntu-latest
.github: cross-build binaries on ubuntu-latest.
2 parents 22d5b35 + 704d356 commit 6436901

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)