ci: switch to ubuntu-24.04 runner

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-06-11 14:32:54 +02:00
parent 59f52c9505
commit 24cedc6c0f
6 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ on:
jobs:
prepare:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
includes: ${{ steps.matrix.outputs.includes }}
steps:
@@ -67,7 +67,7 @@ jobs:
});
validate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- prepare
strategy: