diff options
author | fiaxh <git@lightrise.org> | 2024-09-15 19:20:34 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2024-09-15 19:35:00 +0200 |
commit | 13123dced135746b74f1f40148bfa9cef0c57dc0 (patch) | |
tree | ea064994e66450857923c4bde10344134c9baf2f /.github/workflows | |
parent | 91c8c8eb491c91f50a221cf7efe7c96a34a5de6b (diff) | |
download | dino-13123dced135746b74f1f40148bfa9cef0c57dc0.tar.gz dino-13123dced135746b74f1f40148bfa9cef0c57dc0.zip |
Use Adwaita 1.2, bump CI to Ubuntu 24.04
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8408c28a..524320cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: [pull_request, push] jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 with: @@ -15,7 +15,7 @@ jobs: - run: build/xmpp-vala-test - run: build/omemo-test build-meson: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 with: @@ -26,7 +26,7 @@ jobs: - run: meson setup build - run: meson compile -C build build-flatpak: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: image: bilelmoussaoui/flatpak-github-actions:gnome-44 options: --privileged |