From 1b0170693905c04219235687ba4f769569d0aa77 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Sat, 15 Feb 2025 15:11:43 -0800 Subject: [PATCH] add `linux-aarch64` GitHub Action coverage Using https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md --- .github/workflows/latest.yml | 2 +- .github/workflows/main.yml | 4 ++-- .github/workflows/nightly.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 3aad82e..46272e5 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -8,7 +8,7 @@ jobs: name: Test latest version strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest] steps: - name: Checkout diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9381c96..976c5ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest] cmake_ver: ['', '3.19.3', '3.15.1', '2.8'] steps: @@ -47,7 +47,7 @@ jobs: name: Unit Test strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest] steps: - name: Setup node diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 09babd3..bc80975 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -10,7 +10,7 @@ jobs: name: Test latest version strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest] steps: - name: Checkout