Skip to content

Commit bc5e0cb

Browse files
committed
swapping self-hosted to ubuntu-latest
1 parent be3c3fe commit bc5e0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_x402_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
publish-x402-package:
26-
runs-on: self-hosted
26+
runs-on: ubuntu-latest
2727
# Only use the npm environment on main branch
2828
environment: ${{ github.ref == 'refs/heads/main' && 'npm' || '' }}
2929
permissions:

0 commit comments

Comments
 (0)