Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Feb 28, 2024
1 parent 4f20cb4 commit 4959489
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ env:
jobs:
build-ubuntu:
name: Ubuntu
runs-on: ubuntu-noble
runs-on: ubuntu-22.04
container:
image: ubuntu:noble
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand All @@ -70,7 +72,7 @@ jobs:

build-debian:
name: Debian
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: debian:trixie
steps:
Expand Down Expand Up @@ -233,6 +235,7 @@ jobs:
libevent \
libgcrypt \
libressl \
perl5 \
pkgconf \
talloc \
tracker3
Expand Down

0 comments on commit 4959489

Please sign in to comment.