Skip to content

Commit

Permalink
Build linux arm64 with Ubuntu 24.04 (Qt requirement)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulat committed Jan 25, 2025
1 parent 1798201 commit 8e11ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 8e11ae5

Please sign in to comment.