Skip to content

Commit 12aefb4

Browse files
authored
dev: Change runner from ubuntu to macOS for attach step
1 parent 78cdcd2 commit 12aefb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
attach:
9999
name: Attach Artifacts to GitHub Release
100-
runs-on: ubuntu-latest
100+
runs-on: macos-latest
101101
needs: build
102102

103103
steps:

0 commit comments

Comments
 (0)