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:
test:
runs-on: macos-latest-large
runs-on: ubuntu-latest
steps:
- name: setup repo
@@ -61,7 +61,7 @@ jobs:
path: packages/${{ github.event.inputs.package }}/*.tgz
publish:
runs-on: macos-latest-large
runs-on: ubuntu-slim
needs: test
environment: npm-publish
permissions: