ci: use ubuntu-24.04 for update-flake (#1444)

Fixes: a6a467a7c1 ("ci: add flake update action (#1100)")
Link: https://github.com/nix-community/stylix/pull/1444

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
awwpotato 2025-06-03 06:22:29 -07:00 committed by GitHub
parent 3ca2c4478a
commit ced2af0622
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ on:
jobs:
flake-update:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: github.repository_owner == 'nix-community'
strategy:
matrix: