Skip to content

Commit

Permalink
ci: build with ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed Nov 14, 2024
1 parent f5ec0f7 commit c8d76c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
args: ''
}
- name: Ubuntu AppImage
os: ubuntu-22.04
os: ubuntu-24.04
buildtype: release
appimage: true
# distro ffms is currently broken
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit c8d76c3

Please sign in to comment.