Skip to content

Commit cc296e1

Browse files
committed
build: Update Ubuntu latest to 24.04
Drop 23.04, it's already EOL.
1 parent f4149a1 commit cc296e1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ There are images for various toolchains, they are encoded in the distro name/ver
6363
- `korg@8.5.0`: kernel.org gcc 8.5.0, binutils 2.36.1
6464
- `korg@8.1.0`: kernel.org gcc 8.1.0, binutils 2.30
6565
- `korg@5.5.0`: kernel.org gcc 5.5.0, binutils 2.29.1
66+
- `ubuntu@24.04`: Ubuntu 24.04, gcc 13.2.0, binutils 2.42
6667
- `ubuntu@22.04`: Ubuntu 22.04, gcc 11.2.0, binutils 2.38
6768
- `ubuntu@21.10`: Ubuntu 21.10, gcc 11.2.0, binutils 2.37
6869
- `ubuntu@21.04`: Ubuntu 21.04, gcc 10.3.0, binutils 2.36.1

build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ifeq ($(or ${x86},${isa_3}),)
1010
export UBUNTU_LATEST := 21.10
1111
UBUNTU_DISTROS := ubuntu@${UBUNTU_LATEST}
1212
else
13-
export UBUNTU_LATEST := 23.04
13+
export UBUNTU_LATEST := 24.04
1414
UBUNTU_DISTROS := ubuntu@${UBUNTU_LATEST} ubuntu@22.10 ubuntu@22.04
1515
endif
1616

0 commit comments

Comments
 (0)