From 73b0056fe6271f48796773d3792aad9ff4e43a58 Mon Sep 17 00:00:00 2001 From: Darwin Cereska <157426553+darwincereska@users.noreply.github.com> Date: Thu, 13 Nov 2025 18:57:49 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5de09ef..dc840b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: include: - os: ubuntu-latest platform: linux-x64 - - os: macos-14 + - os: macos-latest platform: macos-arm64 runs-on: ${{ matrix.os }}