We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d496858 commit 7ff7b39Copy full SHA for 7ff7b39
1 file changed
.github/workflows/release.yml
@@ -16,7 +16,7 @@ on:
16
17
jobs:
18
release:
19
- runs-on: ubuntu-latest
+ runs-on: macos-latest
20
# Only run this workflow on main branch
21
if: github.ref == 'refs/heads/main'
22
permissions:
0 commit comments