OK can't bump that yet
All checks were successful
CI / test (push) Successful in 1m23s
CI / build (push) Successful in 4m4s

This commit is contained in:
Justin Hawkins 2025-06-18 12:43:08 +02:00
parent 43e7417037
commit 5d1c24cab7

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
test:
runs-on: ubuntu-24.10
runs-on: ubuntu-22.04
env:
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
steps:
@ -43,7 +43,7 @@ jobs:
build:
needs: test
runs-on: ubuntu-24.10
runs-on: ubuntu-22.04
env:
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
steps: