Skip to content

Commit 9a9986a

Browse files
[CI] Upgraded Runners to Ubuntu 24.04
Upgraded the GitHub-hosted runners from Ubuntu 22.04 to Ubuntu 24.04. This ensures that all changes to VTR will work on the most recent version of Ubuntu (as well as being warning clean). Removed the prior tests for Ubuntu 24.04. Added a tests to ensure Ubuntu 22.04 remains warning clean as well.
1 parent 0b20db9 commit 9a9986a

File tree

4 files changed

+42
-156
lines changed

4 files changed

+42
-156
lines changed

.github/scripts/install_dependencies.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ sudo apt install -y \
1111
binutils-gold \
1212
build-essential \
1313
capnproto \
14-
ament-cmake \
1514
exuberant-ctags \
1615
curl \
1716
doxygen \
@@ -52,10 +51,13 @@ sudo apt install -y \
5251
gcc-11 \
5352
g++-12 \
5453
gcc-12 \
54+
g++-13 \
55+
gcc-13 \
5556
clang-11 \
5657
clang-12 \
5758
clang-13 \
5859
clang-14 \
60+
clang-18 \
5961
clang-format-14 \
6062
libtbb-dev
6163

.github/scripts/install_noble_dependencies.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/workflows/noble.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)