Skip to content

Commit 954740d

Browse files
authored
Fix typo (#77)
1 parent 48ffa15 commit 954740d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
"20.04": "focal",
7272
"24.04": "noble",
7373
"24.10": "oracular",
74-
"25.05": "plucky"
74+
"25.04": "plucky"
7575
}
7676
ubuntu_version_number = base_image.split("-ubuntu")[-1]
7777
base_tag = base_image.split(":")[-1]

0 commit comments

Comments
 (0)