Skip to content

Commit 350e090

Browse files
authored
Change runner from ubuntu to macOS for attach step
1 parent 65e3913 commit 350e090

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)