Skip to content

Commit 74a8e62

Browse files
authored
Update .travis.yml for Ubuntu 24.04 and dependencies (#8246)
Only show in developer changelog
1 parent d53a008 commit 74a8e62

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# See also Semaphore CI for quick tests (not building GDevelop.js, so
55
# faster but not always reliable).
66

7+
dist: noble # Ubuntu 24.04 LTS
78
language: cpp
89
sudo: false
910
compiler:
@@ -22,10 +23,8 @@ addons:
2223
# Build dependencies:
2324
- cmake
2425
- p7zip-full
25-
# Install newer libstdc++ for clang 18 compatibility (requires CXXABI_1.3.11+)
26-
- g++-9
27-
28-
before_install:
26+
# Install libstdc++ dev for clang linking
27+
- libstdc++-14-dev
2928

3029
install:
3130
# Ensure we use a recent version of Node.js (and npm).

0 commit comments

Comments
 (0)