Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
don't build 3.12 for bionic, it will EOL before launch
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jan 16, 2023
1 parent 90d7909 commit b32841d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
main:
uses: deadsnakes/runbooks/.github/workflows/update.yml@main
with:
dists-json: '["bionic", "focal", "jammy"]'
dists-json: '["focal", "jammy"]'
version: ${{ inputs.version }}
secrets: inherit

0 comments on commit b32841d

Please sign in to comment.