Skip to content

Commit 54179c8

Browse files
Update workflow to use ubuntu-24.04 runner (#2110)
1 parent 8dba2d6 commit 54179c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
publish_cli:
300300
name: Publish CLI to npm
301301
needs: [preflight, build]
302-
runs-on: blacksmith-8vcpu-ubuntu-2404
302+
runs-on: ubuntu-24.04 # blacksmith-8vcpu-ubuntu-2404
303303
timeout-minutes: 10
304304
steps:
305305
- name: Checkout

0 commit comments

Comments
 (0)