Skip to content

Commit b42b859

Browse files
ci: update GitHub Actions workflow to use ubuntu-latest for publishing
1 parent 9a8200d commit b42b859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-call-lint-test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
lint-test-build:
1212
name: Lint, Test, Build
13-
runs-on: default
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: ./.github/actions/npm-install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
release:
1818
name: Publish to NPM 🚀
19-
runs-on: x1-core
19+
runs-on: ubuntu-latest
2020
needs: lint-test-build
2121
permissions:
2222
id-token: write

0 commit comments

Comments
 (0)