diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e66ffdf..b4fbfee6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: - "*" jobs: goreleaser: - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout uses: actions/checkout@v4