Skip to content

Commit e3777d6

Browse files
committed
chore: ci报错
1 parent 0ebb7ed commit e3777d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-release.yml

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

77
jobs:
88
release:
9-
runs-on: macos-latest
9+
runs-on: macos-14
1010
if: startsWith(github.event.head_commit.message , 'chore(release):')
1111

1212
steps:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# This workflow contains a single job called "ci"
1212
ci:
1313
# The type of runner that the job will run on
14-
runs-on: macos-latest
14+
runs-on: macos-14
1515

1616
strategy:
1717
matrix:

.github/workflows/ci_schedule.yml

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

99
jobs:
1010
ci:
11-
runs-on: macos-latest
11+
runs-on: macos-14
1212
steps:
1313
- uses: actions/checkout@v2
1414

0 commit comments

Comments
 (0)