workflow: comment runs-on/tag
All checks were successful
lint / test (push) Successful in 38s

This commit is contained in:
Josh Lay 2025-10-19 10:28:50 -05:00
parent faa7c0260f
commit 9993c03dd9
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy
jobs:
test:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04 # actually 'ghcr.io/catthehacker/ubuntu:runner-24.04', tagged on runner
steps:
- uses: actions/checkout@v5