Skip to content

Commit

Permalink
[trivial] Use ubuntu jammy in vagrant file.
Browse files Browse the repository at this point in the history
  • Loading branch information
roeger committed Oct 8, 2024
1 parent e820c0d commit 99495cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/releases/templates/_Vagrantfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Vagrant.configure("2") do |config|
v.memory = 2048
end

config.vm.box = "ubuntu/noble64"
config.vm.box = "ubuntu/jammy64"

# To compile the planner with support for CPLEX, download the 64-bit Linux
# installer of CPLEX 22.1.1 and set the environment variable
Expand Down

0 comments on commit 99495cb

Please sign in to comment.