Skip to content

Commit 6178df6

Browse files
committed
Switch runner for publish job to Ubuntu from Mac
1 parent c1d64ee commit 6178df6

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)