Skip to content

Commit 5b528bd

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 5b528bd

File tree

4 files changed

+43
-163
lines changed

4 files changed

+43
-163
lines changed

.github/scripts/install_dependencies.sh

Lines changed: 3 additions & 4 deletions
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,10 @@ sudo apt install -y \
5251
gcc-11 \
5352
g++-12 \
5453
gcc-12 \
55-
clang-11 \
56-
clang-12 \
57-
clang-13 \
54+
g++-13 \
55+
gcc-13 \
5856
clang-14 \
57+
clang-18 \
5958
clang-format-14 \
6059
libtbb-dev
6160

.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)