From 1fac096233f42f03ccf2ce6973272c06d14fb6cd Mon Sep 17 00:00:00 2001 From: Will Chen Date: Wed, 23 Apr 2025 14:54:44 -0700 Subject: [PATCH] Add macos-13 as a builder for release --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a286677..7324d68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,8 +18,9 @@ jobs: matrix: os: [ # { name: "linux", image: "ubuntu-latest" }, - { name: "windows", image: "windows-latest" }, + { name: "macos-intel", image: "macos-13" }, { name: "macos", image: "macos-latest" }, + { name: "windows", image: "windows-latest" }, ] runs-on: ${{ matrix.os.image }} steps: