* [PATCH] workflow: update to Ubuntu 24.04
@ 2025-04-22 10:14 Simon Horman
2025-04-23 15:44 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Simon Horman @ 2025-04-22 10:14 UTC (permalink / raw)
To: kexec
Bump workflow to use latest LTS release.
Signed-off-by: Simon Horman <horms@kernel.org>
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 46edde66e384..fd9ea6c8eca7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -5,7 +5,7 @@ on: push
jobs:
build:
name: Build
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
strategy:
matrix:
arch:
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-23 17:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22 10:14 [PATCH] workflow: update to Ubuntu 24.04 Simon Horman
2025-04-23 15:44 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).