diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c589b2611..892af4ada9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,7 +135,7 @@ jobs: fail-fast: false matrix: job: - - { target: x86_64-apple-darwin, os: macos-11, extra-build-args: "" } + - { target: x86_64-apple-darwin, os: macos-latest, extra-build-args: "" } steps: - name: Checkout source code uses: actions/checkout@v4 @@ -233,7 +233,7 @@ jobs: job: - { targets: "aarch64-apple-darwin,x86_64-apple-darwin", - os: macos-11, + os: macos-latest, extra-build-args: "", } steps: