chore: use latest macos runner to build the release package (#5686)

This commit is contained in:
Lucas.Xu 2024-07-08 09:43:23 +08:00 committed by GitHub
parent 6d0c9f766b
commit 2d11215bb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
job: job:
- { target: x86_64-apple-darwin, os: macos-11, extra-build-args: "" } - { target: x86_64-apple-darwin, os: macos-latest, extra-build-args: "" }
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -233,7 +233,7 @@ jobs:
job: job:
- { - {
targets: "aarch64-apple-darwin,x86_64-apple-darwin", targets: "aarch64-apple-darwin,x86_64-apple-darwin",
os: macos-11, os: macos-latest,
extra-build-args: "", extra-build-args: "",
} }
steps: steps: