From 9828b0d86e8adcdaa4b8f8eacdc9028436721306 Mon Sep 17 00:00:00 2001 From: odrling Date: Thu, 14 Nov 2024 15:25:10 +0100 Subject: [PATCH] ci: build with ubuntu 24.04 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13481360f3..e3bd9613d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,18 +73,18 @@ jobs: #} - { name: Ubuntu Debug, - os: ubuntu-latest, + os: ubuntu-24.04, buildtype: debugoptimized, args: '' } - { name: Ubuntu Release, - os: ubuntu-latest, + os: ubuntu-24.04, buildtype: release, args: '' } - name: Ubuntu AppImage - os: ubuntu-22.04 + os: ubuntu-24.04 buildtype: release appimage: true # distro ffms is currently broken @@ -165,7 +165,7 @@ jobs: if: startsWith(matrix.config.os, 'ubuntu-') run: | sudo apt-get update - sudo apt-get install ninja-build build-essential libx11-dev libwxgtk3.0-gtk3-dev libfreetype6-dev pkg-config libfontconfig1-dev libass-dev libasound2-dev libffms2-dev intltool libboost-all-dev libhunspell-dev libuchardet-dev libpulse-dev libopenal-dev libxxhash-dev nasm + sudo apt-get install ninja-build build-essential libx11-dev libwxgtk3.2-dev libfreetype6-dev pkg-config libfontconfig1-dev libass-dev libasound2-dev libffms2-dev intltool libboost-all-dev libhunspell-dev libuchardet-dev libpulse-dev libopenal-dev libxxhash-dev nasm - name: Configure run: |