Skip to content

Commit

Permalink
chore: move CI to SDL3, Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Oct 27, 2024
1 parent 18a3a96 commit 13f78dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
path: dist/*

build_linux_x64:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Update Ubuntu packages
run: sudo apt-get update
- name: Set up Ubuntu packages
run: sudo apt-get install -y git zip libsdl2-dev && pip install Pillow
run: sudo apt-get install -y git zip libsdl3-dev && pip install Pillow
- name: Build
run: make PLATFORM=unix-sdl
- name: Package artifact
Expand Down

0 comments on commit 13f78dc

Please sign in to comment.