diff options
author | rodneyrod <rodneyrod@users.noreply.github.com> | 2024-10-06 12:11:55 +1100 |
---|---|---|
committer | fiaxh <fiaxh@users.noreply.github.com> | 2024-10-25 15:43:14 +0200 |
commit | f4df3f9a7ab3670a0c432f78d56db9de13712420 (patch) | |
tree | 429d5a05f918b02f50df180174025f63da8928ff /.github | |
parent | 1e9a45f48143df6f3e36f3cd056a5b88271f8c2f (diff) | |
download | dino-f4df3f9a7ab3670a0c432f78d56db9de13712420.tar.gz dino-f4df3f9a7ab3670a0c432f78d56db9de13712420.zip |
Update build.yml to use Gnome 46
Fixes #1596
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 524320cf..666b78d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: build-flatpak: runs-on: ubuntu-24.04 container: - image: bilelmoussaoui/flatpak-github-actions:gnome-44 + image: bilelmoussaoui/flatpak-github-actions:gnome-46 options: --privileged steps: - uses: actions/checkout@v2 |