Skip to content

Commit

Permalink
ci(deps): update dependency ubuntu github actions runner to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent 4965a5b commit fdd32bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
# Prepare the environment for the build
ci-preparation:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
makepkg-image: ${{ steps.makepkg-image.outputs.image-name }}
build-ref: ${{ steps.ci-preparation.outputs.build-ref }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-2022, macos-14, ubuntu-22.04 ]
os: [ windows-2022, macos-14, ubuntu-24.04 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 180
steps:
Expand All @@ -91,7 +91,7 @@ jobs:
build-website:
needs:
- ci-preparation
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- name: Checkout
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
# Create a staging repository on Central
staging-repo:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- ci-preparation
if: fromJSON(needs.ci-preparation.outputs.may-deploy)
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-2022, macos-14, ubuntu-22.04 ]
os: [ windows-2022, macos-14, ubuntu-24.04 ]
runs-on: ${{ matrix.os }}
# Run if:
# - The staging repository is ready
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
needs:
- assemble-and-upload
- ci-preparation
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: >-
always() && needs.assemble-and-upload.result == 'success'
steps:
Expand All @@ -315,7 +315,7 @@ jobs:
needs:
- assemble-and-upload
- ci-preparation
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: >-
always() && needs.assemble-and-upload.result == 'success'
container:
Expand All @@ -339,7 +339,7 @@ jobs:
needs:
- ci-preparation
- assemble-and-upload
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: >-
always() && needs.assemble-and-upload.result == 'success'
container:
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
# Strictly sequential.
group: release-${{ needs.ci-preparation.outputs.build-ref }}
cancel-in-progress: false
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
winget-deploy: ${{ steps.check-released.outputs.has-released }}
if: >-
Expand Down Expand Up @@ -555,7 +555,7 @@ jobs:
.\wingetcreate.exe update $env:packageID --version $packageVersion --urls "$installerUrl" --submit --token $gitToken
success:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- assemble-and-upload
- build
Expand Down

0 comments on commit fdd32bb

Please sign in to comment.