Update workflows/fedora-checkout.yml
All checks were successful
checkout / checkout (push) Successful in 4s

update runner name
This commit is contained in:
2025-08-13 13:04:27 +00:00
parent 09b672f6dd
commit 25ee31f98d

View File

@@ -1,13 +1,14 @@
name: checkout
on:
on:
push:
tags:
- '*'
branches:
- main # Or your desired branch
jobs:
checkout:
runs-on: fedora-iso-creation:42:docker://git.phyllo.me/roots/fedora-iso-creation:42
runs-on: fedora-latest
steps:
- uses: https://git.phyllo.me/actions/checkout@v4