Bump ubunto
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
Justin Hawkins 2025-06-18 12:39:35 +02:00
parent 2581343b6b
commit 43e7417037

View File

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