Added ARM jobs in GitHub Actions.

This commit is contained in:
Andrey Semashev
2025-06-13 02:30:14 +03:00
parent 457d6a8ad0
commit 58f469cd80

View File

@@ -356,6 +356,14 @@ jobs:
- libc++-15-dev - libc++-15-dev
- libc++abi-15-dev - libc++abi-15-dev
- name: ARM
toolset: gcc-13
cxxstd: "03-gnu,11-gnu,14-gnu,17-gnu,20-gnu,23-gnu"
os: ubuntu-24.04-arm
container: ubuntu:24.04
install:
- g++-13
- toolset: clang - toolset: clang
cxxstd: "03,11,14,17,20,2b" cxxstd: "03,11,14,17,20,2b"
os: macos-13 os: macos-13
@@ -612,6 +620,13 @@ jobs:
addrmd: 64 addrmd: 64
os: windows-2022 os: windows-2022
# Windows SDK 32-bit ARM libs not installed in this image
- name: ARM
toolset: msvc-14.3
cxxstd: "14,17,20,latest"
addrmd: 64
os: windows-11-arm
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
timeout-minutes: 45 timeout-minutes: 45