diff options
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abd208b..7330791 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: fail-fast: false matrix: include: - - runner: macos-13 + - runner: macos-latest target: x86_64-apple-darwin arch_name: x86_64 - runner: macos-14 |