Releases: use ubuntu-latest instead of macos-latest-large

This commit is contained in:
Daniel Kennedy
2026-01-30 15:16:40 -05:00
parent 975fcbd402
commit b95dd85265
+2 -2
View File
@@ -24,7 +24,7 @@ on:
jobs: jobs:
test: test:
runs-on: macos-latest-large runs-on: ubuntu-latest
steps: steps:
- name: setup repo - name: setup repo
@@ -61,7 +61,7 @@ jobs:
path: packages/${{ github.event.inputs.package }}/*.tgz path: packages/${{ github.event.inputs.package }}/*.tgz
publish: publish:
runs-on: macos-latest-large runs-on: ubuntu-slim
needs: test needs: test
environment: npm-publish environment: npm-publish
permissions: permissions: