Skip to content

Commit

Permalink
Set noble as default ubuntu distribution. (#760)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco A. Gutierrez <[email protected]>
  • Loading branch information
marcoag authored Apr 16, 2024
1 parent ff985d7 commit b6cd705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_jenkins_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def main(argv=None):
'enable_coverage_default': 'false',
'dont_notify_every_unstable_build': 'false',
'build_timeout_mins': 0,
'ubuntu_distro': 'jammy',
'ubuntu_distro': 'noble',
'el_release': '9',
'ros_distro': 'rolling',
}
Expand Down

0 comments on commit b6cd705

Please sign in to comment.