ci: Use explicit runner image versions

This commit is contained in:
Wolfgang Walther
2024-04-22 21:26:45 +02:00
parent 51017c2702
commit 0834bc2ca5
4 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ on:
jobs:
Loadtest-Nix:
name: Loadtest (Nix)
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with: