From 8e11ae5efddd1e0d236309e9619dfe30fdf695fa Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sat, 25 Jan 2025 12:56:51 -0600 Subject: [PATCH] Build linux arm64 with Ubuntu 24.04 (Qt requirement) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a9470a3..408cacf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: artifact_suffix: linux-clang-x64 compiler_packages: clang-17 - name: linux_gcc_arm64 - os: ubuntu-22.04-arm + os: ubuntu-24.04-arm build_type: Release env_cc: gcc-11 env_cxx: g++-11 @@ -84,7 +84,7 @@ jobs: conan_profile: scwx-linux_gcc-11_armv8 appimage_arch: aarch64 artifact_suffix: linux-arm64 - compiler_packages: '' + compiler_packages: g++-11 name: ${{ matrix.name }} env: CC: ${{ matrix.env_cc }}