diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 955849f29..8ea94b33b 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -1639,7 +1639,8 @@ jobs: } - { target: aarch64-unknown-linux-gnu, - distro: ubuntu20.04, + # try out newer flatpak since error of "error: Nothing matches org.freedesktop.Platform in remote flathub" + distro: ubuntu22.04, on: [self-hosted, Linux, ARM64], arch: aarch64, }