From 94564fefd9dba7caca95b3be28c0c155a75e3836 Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Sat, 6 Sep 2025 18:36:22 -0400 Subject: [PATCH] Temporarily disable arm runner due to URL change --- .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 a372a63..12c5ecd 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