Skip to content

Commit fafdc82

Browse files
lihao6485rynecheow
authored andcommitted
ci: fix release workflow
1 parent 331344a commit fafdc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
if: "!contains(github.event.head_commit.message, 'skip ci')"
10-
runs-on: macos-11.0
10+
runs-on: macos-latest
1111

1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)