Skip to content

Commit 9a8674f

Browse files
committed
Auto merge of #722 - AzureMarker:tweak/publish-using-ubuntu, r=jackh726
Switch runner for publish job to Ubuntu from Mac Closes #721 I ran this on my repo to verify (note: it eventually fails because I didn't set it up with actual publishing keys, and I added in the fix from #720 so it wouldn't immediately fail): https://github.com/AzureMarker/chalk/runs/3187634249 Note: Merge #720 first so the book lint check passes.
2 parents 82eeb97 + 6178df6 commit 9a8674f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish:
99
name: Publish
10-
runs-on: macos-latest
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout repository

0 commit comments

Comments
 (0)