Skip to content

Commit 1af9fe9

Browse files
committed
fix: run release on github actions
1 parent 1494e32 commit 1af9fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1515
jobs:
1616
release:
1717
name: Release
18-
runs-on: blacksmith-4vcpu-ubuntu-2204
18+
runs-on: ubuntu-latest
1919

2020
permissions:
2121
contents: write
@@ -68,7 +68,7 @@ jobs:
6868
6969
summary:
7070
name: Summary (release)
71-
runs-on: blacksmith-4vcpu-ubuntu-2204
71+
runs-on: ubuntu-latest
7272
timeout-minutes: 5
7373
needs:
7474
- release

0 commit comments

Comments
 (0)