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
+3 -3
View File
@@ -31,7 +31,7 @@ concurrency:
jobs: jobs:
static: static:
name: Nix - Linux static name: Nix - Linux static
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Nix Environment - name: Setup Nix Environment
@@ -160,7 +160,7 @@ jobs:
freebsd: freebsd:
name: Stack - FreeBSD from CirrusCI name: Stack - FreeBSD from CirrusCI
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/artifact-from-cirrus - uses: ./.github/actions/artifact-from-cirrus
@@ -177,7 +177,7 @@ jobs:
ghc: ['9.6.6', '9.8.2'] ghc: ['9.6.6', '9.8.2']
fail-fast: false fail-fast: false
name: Cabal - Linux GHC ${{ matrix.ghc }} name: Cabal - Linux GHC ${{ matrix.ghc }}
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6 - uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6
+1 -1
View File
@@ -18,7 +18,7 @@ concurrency:
jobs: jobs:
lint-style: lint-style:
name: Lint & Style name: Lint & Style
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Nix Environment - name: Setup Nix Environment
+8 -8
View File
@@ -52,7 +52,7 @@ jobs:
arm: arm:
name: Build / Cabal - aarch64 GHC 9.4.8 name: Build / Cabal - aarch64 GHC 9.4.8
if: vars.SSH_ARM_ENABLED if: vars.SSH_ARM_ENABLED
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
outputs: outputs:
remotepath: ${{ steps.Remote-Dir.outputs.remotepath }} remotepath: ${{ steps.Remote-Dir.outputs.remotepath }}
env: env:
@@ -122,7 +122,7 @@ jobs:
(needs.arm.result == 'skipped' || success()) (needs.arm.result == 'skipped' || success())
permissions: permissions:
contents: write contents: write
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
needs: needs:
- docs - docs
- test - test
@@ -155,7 +155,7 @@ jobs:
startsWith(github.ref, 'refs/tags/') && startsWith(github.ref, 'refs/tags/') &&
needs.build.result == 'success' && needs.build.result == 'success' &&
(needs.arm.result == 'skipped' || success()) (needs.arm.result == 'skipped' || success())
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
needs: needs:
- build - build
- arm - arm
@@ -194,7 +194,7 @@ jobs:
name: Release / GitHub name: Release / GitHub
permissions: permissions:
contents: write contents: write
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
needs: needs:
- prepare - prepare
if: success() || needs.prepare.result == 'success' if: success() || needs.prepare.result == 'success'
@@ -262,7 +262,7 @@ jobs:
docker: docker:
name: Release / Docker Hub name: Release / Docker Hub
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
needs: needs:
- prepare - prepare
if: | if: |
@@ -298,7 +298,7 @@ jobs:
docker-description: docker-description:
name: Release / Docker Hub Description name: Release / Docker Hub Description
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
if: | if: |
vars.DOCKER_REPO && vars.DOCKER_USER && vars.DOCKER_REPO && vars.DOCKER_USER &&
github.ref == 'refs/tags/devel' github.ref == 'refs/tags/devel'
@@ -315,7 +315,7 @@ jobs:
docker-arm: docker-arm:
name: Release / Docker Hub Arm name: Release / Docker Hub Arm
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
needs: needs:
- arm - arm
- docker - docker
@@ -346,7 +346,7 @@ jobs:
- arm - arm
- docker-arm - docker-arm
if: ${{ always() && vars.SSH_ARM_ENABLED }} if: ${{ always() && vars.SSH_ARM_ENABLED }}
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
env: env:
REMOTE_DIR: ${{ needs.arm.outputs.remotepath }} REMOTE_DIR: ${{ needs.arm.outputs.remotepath }}
steps: steps:
+2 -2
View File
@@ -25,7 +25,7 @@ concurrency:
jobs: jobs:
build: build:
name: Build name: Build
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Nix Environment - name: Setup Nix Environment
@@ -39,7 +39,7 @@ jobs:
spellcheck: spellcheck:
name: Spellcheck name: Spellcheck
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Nix Environment - name: Setup Nix Environment
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs: jobs:
linkcheck: linkcheck:
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Nix Environment - name: Setup Nix Environment
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
name: Loadtest name: Loadtest
permissions: permissions:
checks: write checks: write
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
if: github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure' if: github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure'
steps: steps:
- name: Download from Artifacts - name: Download from Artifacts
+4 -4
View File
@@ -32,7 +32,7 @@ concurrency:
jobs: jobs:
coverage: coverage:
name: Coverage name: Coverage
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
defaults: defaults:
run: run:
# Hack for enabling color output, see: # Hack for enabling color output, see:
@@ -69,7 +69,7 @@ jobs:
matrix: matrix:
pgVersion: [12, 13, 14, 15, 16, 17] pgVersion: [12, 13, 14, 15, 16, 17]
name: PG ${{ matrix.pgVersion }} name: PG ${{ matrix.pgVersion }}
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
defaults: defaults:
run: run:
# Hack for enabling color output, see: # Hack for enabling color output, see:
@@ -98,7 +98,7 @@ jobs:
memory: memory:
name: Memory name: Memory
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Nix Environment - name: Setup Nix Environment
@@ -112,7 +112,7 @@ jobs:
loadtest: loadtest:
name: Loadtest name: Loadtest
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: with: