Compare commits

...

1 Commits

Author SHA1 Message Date
Daniel Kennedy b95dd85265 Releases: use ubuntu-latest instead of macos-latest-large 2026-01-30 15:16:40 -05:00
+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: