diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 6a979848f..573fe3e7d 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -18,14 +18,14 @@ jobs: matrix: BUILD_TYPE: [Release] qt_version: [6.8.2] - os: [ubuntu-24.04, ubuntu-24.04-arm, ubuntu-22.04-arm] + os: [ubuntu-24.04] #, ubuntu-24.04-arm, ubuntu-22.04-arm] include: - os: ubuntu-24.04 qt_arch: "linux_gcc_64" - - os: ubuntu-24.04-arm - qt_arch: "linux_gcc_arm64" - - os: ubuntu-22.04-arm - qt_arch: "linux_gcc_arm64" + #- os: ubuntu-24.04-arm + # qt_arch: "linux_gcc_arm64" + #- os: ubuntu-22.04-arm + # qt_arch: "linux_gcc_arm64" # See: [About GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners) # See: [Choosing the runner for a job](https://docs.github.com/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job)