diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a7d26c..3a78094 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ on: jobs: build: name: Build - runs-on: macos-latest + runs-on: macos-13 steps: # Fetch depth 0 is required for Changelog generation - name: Checkout