mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: use latest macos runner to build the release package (#5686)
This commit is contained in:
parent
6d0c9f766b
commit
2d11215bb2
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user