mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:30:06 +00:00
Build linux arm64 with Ubuntu 24.04 (Qt requirement)
This commit is contained in:
parent
17982013be
commit
8e11ae5efd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue