commit bf2d143cc0509e0b2f1c92398209958c7105f4a9
parent aaf336eac5e3be90a79bb4cc70921107490e3386
Author: Erik Loualiche <eloualic@umn.edu>
Date: Fri, 13 Mar 2026 20:58:09 -0500
fix: use macos-latest for x86 cross-compilation (macos-13 retired)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
os: macos-latest
suffix: aarch64-apple-darwin
- target: x86_64-apple-darwin
- os: macos-13
+ os: macos-latest
suffix: x86_64-apple-darwin
runs-on: ${{ matrix.os }}
steps: