From c39a9b6c7e7596bf8917778d9c15ba78e491b34d Mon Sep 17 00:00:00 2001 From: dcvz Date: Wed, 8 Oct 2025 03:00:01 +0200 Subject: [PATCH] Enable ARM64 Linux CI checks (#157) --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 12c5ecd..a372a63 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -15,7 +15,7 @@ jobs: matrix: type: [ Debug, Release ] # macos-13 is intel, macos-14 is arm, blaze/ubuntu-22.04 is arm - os: [ ubuntu-latest, windows-latest, macos-13, macos-14 ] #, blaze/ubuntu-22.04 ] + os: [ ubuntu-latest, windows-latest, macos-13, macos-14, blaze/ubuntu-22.04 ] name: ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) steps: - name: Checkout