ci: Use explicit runner image versions

This commit is contained in:
Wolfgang Walther
2024-04-22 21:25:54 +02:00
parent b71739ee50
commit 5cab03ad5d
5 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
Loadtest-PR-Nix:
name: Loadtest PR (Nix)
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
@@ -44,7 +44,7 @@ jobs:
Loadtest-Merge-Nix:
name: Loadtest Merge (Nix)
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with: