Skip to content

Commit 4aeda9c

Browse files
jjbustamanteclaude
andauthored
chore: remove Ubuntu 24.10 (Oracular Oriole) from delivery workflow (#2507)
Ubuntu 24.10 "Oracular Oriole" has reached End of Life (July 11, 2025) and the Ubuntu repositories have been removed from the main archive, causing delivery workflow failures. Fixes #2504 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Juan Bustamante <bustamantejj@gmail.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 7d0fdf3 commit 4aeda9c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/delivery-ubuntu.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
target: [focal, jammy, noble, oracular, plucky]
23+
target: [focal, jammy, noble, plucky]
2424
runs-on: ubuntu-22.04
2525
steps:
2626
- name: Checkout code
@@ -104,18 +104,6 @@ jobs:
104104
GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
105105
PACKAGE_VERSION: ${{ steps.version.outputs.result }}
106106

107-
- name: Deliver oracular
108-
if: matrix.target == 'oracular'
109-
uses: docker://ubuntu:oracular
110-
with:
111-
entrypoint: .github/workflows/delivery/ubuntu/deliver.sh
112-
env:
113-
DEBIAN_FRONTEND: "noninteractive"
114-
GO_DEP_PACKAGE_NAME: golang
115-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
116-
GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
117-
PACKAGE_VERSION: ${{ steps.version.outputs.result }}
118-
119107
- name: Deliver plucky
120108
if: matrix.target == 'plucky'
121109
uses: docker://ubuntu:plucky

0 commit comments

Comments
 (0)