Skip to content

Commit 4fb136c

Browse files
authored
Update build.yml
1 parent 7faba07 commit 4fb136c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
"20.04": "focal",
8080
"23.10": "mantic",
8181
"24.04": "noble",
82+
"25.05": "plucky"
8283
}
8384
ubuntu_version_number = base_image.split("-ubuntu")[-1]
8485
base_tag = base_image.split(":")[-1]
@@ -153,7 +154,7 @@ jobs:
153154

154155
release:
155156
needs: [version, build]
156-
runs-on: ubuntu-22.04
157+
runs-on: ubuntu-latest
157158
permissions:
158159
contents: write
159160
if: needs.version.outputs.push == 'true'

0 commit comments

Comments
 (0)