From 56fb8525b49e60cefad456eadbf64a07d18df48f Mon Sep 17 00:00:00 2001 From: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Fri, 21 Feb 2025 19:31:31 +0100 Subject: [PATCH] ARM Runner issues should be resolved https://github.com/orgs/community/discussions/148648#discussioncomment-12205917 --- .github/workflows/qt5_6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index 07716f2b..8d8e2695 100644 --- a/.github/workflows/qt5_6.yml +++ b/.github/workflows/qt5_6.yml @@ -36,7 +36,7 @@ jobs: Linux: name: 🐧 ${{ matrix.os.description }} - runs-on: ${{ matrix.os.architecture[0] == 'amd64' && 'ubuntu-22.04' || 'ubuntu-22.04-arm' }} + runs-on: ${{ matrix.os.architecture[0] == 'amd64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }} strategy: fail-fast: false matrix: