diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index bd9ef01f9..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: @@ -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: 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"