From 9a2265083f655733822bd5d2cfad301de49bdc08 Mon Sep 17 00:00:00 2001 From: Dan Royo Date: Tue, 14 Jul 2026 15:22:00 -0400 Subject: [PATCH] fix: corrected the names of build executables --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5632f06..aceea8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,10 @@ jobs: include: - os: ubuntu-latest suffix: x86_64-linux - - os: macOS-latest + - os: macos-15-intel suffix: x86_64-osx + - os: macos-latest + suffix: arm64-osx runs-on: ${{ matrix.os }} steps: