chore(deps): update dependency ubuntu to v24

This commit is contained in:
renovate[bot]
2024-11-13 14:41:23 +01:00
committed by Wolfgang Walther
parent 3c95d24d45
commit f3aa00a838
7 changed files with 20 additions and 20 deletions
+4 -4
View File
@@ -32,7 +32,7 @@ concurrency:
jobs:
coverage:
name: Coverage
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
defaults:
run:
# Hack for enabling color output, see:
@@ -69,7 +69,7 @@ jobs:
matrix:
pgVersion: [12, 13, 14, 15, 16, 17]
name: PG ${{ matrix.pgVersion }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
defaults:
run:
# Hack for enabling color output, see:
@@ -98,7 +98,7 @@ jobs:
memory:
name: Memory
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Nix Environment
@@ -112,7 +112,7 @@ jobs:
loadtest:
name: Loadtest
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: