ci: drop 24.05 support

This commit is contained in:
Matt Sturgeon 2025-01-19 10:32:11 +00:00
parent cbf960e565
commit cf647bc045
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 2 additions and 6 deletions

View file

@ -61,11 +61,6 @@ jobs:
"branch": "nixos-24.11",
"nixpkgsBranch": "nixos-24.11",
"subPath": "24.11"
},
{
"branch": "nixos-24.05",
"nixpkgsBranch": "nixos-24.05",
"subPath": "24.05"
}
]
' | jq \

View file

@ -46,6 +46,7 @@ jobs:
ssh-key: ${{ secrets.CI_UPDATE_SSH_KEY }}
# NOTE: If additional "inputs" are added, copy this step
# Drop the `github.event_name` condition when a branch reaches end-of-life
- name: Update nixos-24.11
if: inputs['nixos-24.11'] || github.event_name == 'schedule'
env:
@ -54,7 +55,7 @@ jobs:
gh workflow run update.yml --ref nixos-24.11
- name: Update nixos-24.05
if: inputs['nixos-24.05'] || github.event_name == 'schedule'
if: inputs['nixos-24.05']
env:
GH_TOKEN: ${{ github.token }}
run: |