Skip to content

Commit 112e8c2

Browse files
committed
chore: publish config
1 parent 173ce0e commit 112e8c2

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/hotfix-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest
10+
runs-on: macos-latest # 如果用了electron,记得改成 macOS-latest
1111
permissions:
1212
contents: write
1313
pull-requests: write

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest
12+
runs-on: macos-latest # 如果用了electron,记得改成 macOS-latest
1313

1414
permissions:
1515
contents: write

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update-changelog-after-publish-a-release:
99
name: GitHub Actions Test
10-
runs-on: macOS-13
10+
runs-on: macos-latest
1111

1212
strategy:
1313
matrix:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest
10+
runs-on: macos-latest # 如果用了electron,记得改成 macOS-latest
1111
permissions:
1212
contents: write
1313
pull-requests: write

.github/workflows/sync-main-to-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if_merged:
1212
if: github.event.pull_request.merged == true
1313

14-
runs-on: macOS-13
14+
runs-on: macos-latest
1515

1616
permissions:
1717
contents: write

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
runs-on:
13-
- macOS-13
13+
- macos-latest
1414

1515
strategy:
1616
matrix:

0 commit comments

Comments
 (0)