Executing flatpak bazel in a container seems difficult due to the challenges of granting permissions to the container.
Therefore, we will switch to executing flatpak bazel on ubuntu-latest (jammy) for both x86_64 and aarch64 architectures, abandoning the container approach.
Even in a Jammy environment, newer versions of both fcitx5 and qt6 are expected in Flatpak.
This is a patch for #30 automation_test.
container: archlinux:latest -> runs-on: ubuntu-latest (jammy)
Executing flatpak bazel in a container seems difficult due to the challenges of granting permissions to the container. Therefore, we will switch to executing flatpak bazel on ubuntu-latest (jammy) for both x86_64 and aarch64 architectures, abandoning the container approach.
Even in a Jammy environment, newer versions of both fcitx5 and qt6 are expected in Flatpak.