Skip to content

Commit

Permalink
ci: fix by bumping Ubuntu to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
no92 committed Sep 1, 2024
1 parent 76a12c2 commit 5d6e624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on: [push, pull_request]
jobs:
build-lil:
name: Build lil
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Install prerequisites
run: |
set -x
sudo apt-get update
sudo apt-get install gcc-13 ninja-build
pip3 install meson
sudo apt-get install gcc ninja-build
pip3 install meson --break-system-packages
- name: Checkout lil
uses: actions/checkout@v2
- name: Prepare build
Expand Down

0 comments on commit 5d6e624

Please sign in to comment.