Compare 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: 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: