Skip to content

Commit 3c63bcf

Browse files
switch to github runner
1 parent 86506e9 commit 3c63bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
publish:
2323
# Allow manual runs, otherwise require CI success on main
2424
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
25-
runs-on: blacksmith-4vcpu-ubuntu-2404
25+
runs-on: ubuntu-latest
2626
environment: production
2727
steps:
2828
- name: Checkout Repo

0 commit comments

Comments
 (0)