Skip to content

Commit 7223e1d

Browse files
committed
update: change interim version 24.10 to 25.04
1 parent 1581030 commit 7223e1d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/debian_build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@ jobs:
6868
os: ubuntu-24.04-arm
6969
binary_asset: bssh-linux-aarch64.tar.gz
7070

71-
# Ubuntu 24.10 (Oracular) - AMD64
72-
- distro: oracular
73-
version: "24.10"
71+
# Ubuntu 25.04 (Plucky) - AMD64
72+
- distro: plucky
73+
version: "25.04"
7474
arch: amd64
7575
os: ubuntu-24.04
7676
binary_asset: bssh-linux-x86_64.tar.gz
7777

78-
# Ubuntu 24.10 (Oracular) - ARM64
79-
- distro: oracular
80-
version: "24.10"
78+
# Ubuntu 25.04 (Plucky) - ARM64
79+
- distro: plucky
80+
version: "25.04"
8181
arch: arm64
8282
os: ubuntu-24.04-arm
8383
binary_asset: bssh-linux-aarch64.tar.gz
@@ -267,4 +267,4 @@ jobs:
267267
# Don't fail if some files don't match the pattern
268268
fail_on_unmatched_files: false
269269
# Don't update the "latest" release pointer
270-
make_latest: false
270+
make_latest: false

0 commit comments

Comments
 (0)