From a49c51b37f841c9d5bec20f1eab345167f27f566 Mon Sep 17 00:00:00 2001 From: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com> Date: Sat, 6 Sep 2025 18:40:04 -0400 Subject: [PATCH] Temporarily disable arm runner due to URL change (#156) --- .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