Skip to content

Commit d149f83

Browse files
authored
fix: run changesets on github hosted runner (calcom#24825)
* fix: run changesets on github hosted runner * refactor: run on ubuntu latest
1 parent ea5a0bd commit d149f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
release:
1616
if: github.repository == 'calcom/cal.com' # prevent this action from running on forks
1717
name: Release
18-
runs-on: buildjet-4vcpu-ubuntu-2204
18+
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout Repo
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)