Skip to content

Commit 9b402aa

Browse files
authored
Merge pull request #1106 from diffblue/bump-Ubuntu
Bump Ubuntu version in CI release action
2 parents 6755d3d + 46d419e commit 9b402aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ebmc-release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Create Release
88
jobs:
99
get-version-information:
1010
name: Get Version Information
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
outputs:
1313
version: ${{ steps.split-version.outputs._1 }}
1414
tag_name: ebmc-${{ steps.split-version.outputs._1 }}
@@ -26,7 +26,7 @@ jobs:
2626

2727
perform-draft-release:
2828
name: Perform Draft Release
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-24.04
3030
needs: [get-version-information]
3131
outputs:
3232
upload_url: ${{ steps.draft_release.outputs.upload_url }}
@@ -217,7 +217,7 @@ jobs:
217217

218218
wasm-package:
219219
name: Package wasm
220-
runs-on: ubuntu-24.04
220+
runs-on: ubuntu-22.04
221221
needs: [perform-draft-release]
222222
outputs:
223223
wasm_package_name: ${{ steps.create_packages.outputs.wasm_package_name }}
@@ -293,7 +293,7 @@ jobs:
293293

294294
perform-release:
295295
name: Perform Release
296-
runs-on: ubuntu-20.04
296+
runs-on: ubuntu-24.04
297297
needs: [ubuntu-22_04-package, centos8-package, wasm-package, get-version-information, perform-draft-release]
298298
steps:
299299
- name: Publish release

0 commit comments

Comments
 (0)