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
+8 -8
View File
@@ -52,7 +52,7 @@ jobs:
arm:
name: Build / Cabal - aarch64 GHC 9.4.8
if: vars.SSH_ARM_ENABLED
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
remotepath: ${{ steps.Remote-Dir.outputs.remotepath }}
env:
@@ -122,7 +122,7 @@ jobs:
(needs.arm.result == 'skipped' || success())
permissions:
contents: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- docs
- test
@@ -155,7 +155,7 @@ jobs:
startsWith(github.ref, 'refs/tags/') &&
needs.build.result == 'success' &&
(needs.arm.result == 'skipped' || success())
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- build
- arm
@@ -194,7 +194,7 @@ jobs:
name: Release / GitHub
permissions:
contents: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- prepare
if: success() || needs.prepare.result == 'success'
@@ -262,7 +262,7 @@ jobs:
docker:
name: Release / Docker Hub
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- prepare
if: |
@@ -298,7 +298,7 @@ jobs:
docker-description:
name: Release / Docker Hub Description
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: |
vars.DOCKER_REPO && vars.DOCKER_USER &&
github.ref == 'refs/tags/devel'
@@ -315,7 +315,7 @@ jobs:
docker-arm:
name: Release / Docker Hub Arm
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- arm
- docker
@@ -346,7 +346,7 @@ jobs:
- arm
- docker-arm
if: ${{ always() && vars.SSH_ARM_ENABLED }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
REMOTE_DIR: ${{ needs.arm.outputs.remotepath }}
steps: