Skip to content

Commit

Permalink
CI: update the CI to current versions
Browse files Browse the repository at this point in the history
Ubuntu 24.10 is not yet available so let's use the prior one.
  • Loading branch information
whot committed Dec 16, 2024
1 parent 33ca556 commit 0f3d2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ env:

jobs:
meson_test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Install dependencies
run: |
sudo apt-get update -yq
sudo apt-get install -yq --no-install-suggests --no-install-recommends $UBUNTU_PACKAGES
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: meson
run: meson builddir
- name: ninja
run: ninja -C builddir test
- name: capture build logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }} # even if we fail
with:
name: meson logs
Expand Down

0 comments on commit 0f3d2f2

Please sign in to comment.