Skip to content

Commit

Permalink
Use 24.04 for build noble
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed May 15, 2024
1 parent 2bcb156 commit 5a170a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-noble.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local steps_tmate = (import './lib/tmate.libsonnet');
},
jobs: {
'build-noble': steps_noble {
'runs-on': std.format('ubuntu-%s', '22.04'), // TODO: replace to os_version after released GitHub-hosted runner
'runs-on': std.format('ubuntu-%s', os_version),
steps: steps_noble.steps + [
steps_tmate,
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-noble.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/nightly-noble.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local steps_notify = (import './lib/notify.libsonnet');
},
jobs: {
'build-noble': steps_noble {
'runs-on': std.format('ubuntu-%s', '22.04'), // TODO: replace to os_version after released GitHub-hosted runner
'runs-on': std.format('ubuntu-%s', os_version),
steps: steps_noble.steps + [
steps_notify,
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-noble.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a170a8

Please sign in to comment.