Skip to content

Commit 829b7a6

Browse files
authored
Merge branch 'main' into antonis/bump-tmp
2 parents 365831c + b01fd91 commit 829b7a6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
release:
21-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
21+
runs-on: ubuntu-latest
2222
name: Release a new version
2323
steps:
2424
- name: Get auth token
@@ -33,7 +33,7 @@ jobs:
3333
token: ${{ steps.token.outputs.token }}
3434
fetch-depth: 0
3535

36-
- run: corepack enable
36+
- run: npm i -g corepack
3737

3838
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
3939
with:

.github/workflows/testflight.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- alwx/experiment/cirrus-labs-for-everythin
76

87
pull_request:
98
paths:

0 commit comments

Comments
 (0)