From 109967787458190c5dba4bfa67daeb4c0485407d Mon Sep 17 00:00:00 2001 From: Christian Feldmann Date: Wed, 18 Feb 2026 16:11:49 +0100 Subject: [PATCH 1/3] Update flatpack build script --- .github/workflows/flatpak.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 40a995091..466527ae5 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -22,11 +22,11 @@ jobs: name: "Flatpak Builder" runs-on: ubuntu-latest container: - image: docker.io/bilelmoussaoui/flatpak-github-actions + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48 options: --privileged steps: - - uses: actions/checkout@v2 - - uses: bilelmoussaoui/flatpak-github-actions@v2 + - uses: actions/checkout@v4 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: "YUView.flatpak" manifest-path: "de.rwth_aachen.ient.YUView.yaml" From 1bf12cf21d30afae8f85f86f7a33b49d2741b18a Mon Sep 17 00:00:00 2001 From: Christian Feldmann Date: Wed, 18 Feb 2026 16:52:45 +0100 Subject: [PATCH 2/3] Remove macos13 and add macos15intel for native build --- .github/workflows/Build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index bd9ef01f9..a08866f66 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, macos-15] + os: [macos-15, macos-15-intel] steps: - uses: actions/checkout@v4 with: @@ -55,7 +55,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, macos-13, macos-15] + os: [ubuntu-22.04, macos-15] steps: - uses: actions/checkout@v4 with: From 956d6becc178dcf6b25a200ca85c7bac4e5f2c9c Mon Sep 17 00:00:00 2001 From: Christian Feldmann Date: Wed, 18 Feb 2026 17:15:35 +0100 Subject: [PATCH 3/3] Build arm ubuntu too --- .github/workflows/Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index a08866f66..eaa286c8a 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, ubuntu-24.04] + os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm] steps: - uses: actions/checkout@v4 with: