-
-
Notifications
You must be signed in to change notification settings - Fork 360
Cirrus Labs runners for other important workflows (where it makes sense to do so) + Ubuntu update (22.04 -> 24.04) #5696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4b40061
5d81a1f
2455944
058436c
9eeabcd
ff37e48
89602d5
acf3d9b
13d48a9
ac32ec9
05d1f4f
aaa3ffe
5d0d21a
ae49153
d49d024
40d1d22
171b87a
e1c20c3
f02d8d2
dbde591
ba14725
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ permissions: | |
|
|
||
| jobs: | ||
| release: | ||
| runs-on: ubuntu-latest | ||
| runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wdyt of leaving the release worflow on the GH runners? The releases are once a week and the gain from Cirruslabs might be small. |
||
| name: Release a new version | ||
| steps: | ||
| - name: Get auth token | ||
|
|
@@ -33,7 +33,7 @@ jobs: | |
| token: ${{ steps.token.outputs.token }} | ||
| fetch-depth: 0 | ||
|
|
||
| - run: npm i -g corepack | ||
| - run: corepack enable | ||
|
|
||
| - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 | ||
| with: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.