Skip to content

Commit 157e7f3

Browse files
committed
Fix CI runner for 0.6.x
1 parent 7052286 commit 157e7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- { branch: master, runtime: 5.0.x, otd_version: 0.5.x }
2020
- { branch: 0.6.x, runtime: 6.0.x, otd_version: 0.6.x }
2121

22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04
2323
name: Generate Release
2424
env:
2525
TAG: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)