Skip to content

Commit e9d41f5

Browse files
committed
raise minimum ubuntu version to 24.04
1 parent c4eb671 commit e9d41f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- { container: 'ghcr.io/themachinethatgoesping/ubuntu-dep:latest',
6464
ccache: 'true',
6565
pip2: 'pip install -r requirements.txt --break-system-packages' }
66-
- { container: 'ubuntu:22.04',
66+
- { container: 'ubuntu:24.04',
6767
ccache: 'true',
6868
pre-dep : 'apt update && apt-get install -y sudo git git-lfs',
6969
dep : 'sudo DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential ccache pkg-config cmake python3-pip libboost-all-dev libcurl4-openssl-dev',

0 commit comments

Comments
 (0)