We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7052286 commit 157e7f3Copy full SHA for 157e7f3
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
- { branch: master, runtime: 5.0.x, otd_version: 0.5.x }
20
- { branch: 0.6.x, runtime: 6.0.x, otd_version: 0.6.x }
21
22
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
23
name: Generate Release
24
env:
25
TAG: ${{ github.event.inputs.tag }}
0 commit comments