We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5af0b2 commit d2e7b27Copy full SHA for d2e7b27
1 file changed
.github/workflows/pre-release.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build:
12
- runs-on: macOS-latest # 如果用了electron,记得改成 macOS-latest
+ runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest
13
14
permissions:
15
contents: write
0 commit comments