Skip to content

Commit 7ff7b39

Browse files
fix: run release CI inside macos image (#241)
1 parent d496858 commit 7ff7b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

1717
jobs:
1818
release:
19-
runs-on: ubuntu-latest
19+
runs-on: macos-latest
2020
# Only run this workflow on main branch
2121
if: github.ref == 'refs/heads/main'
2222
permissions:

0 commit comments

Comments
 (0)