Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent bc5b021 commit 8e5dbb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-engines-linux-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
name: '${{ matrix.target.name }} for commit ${{ inputs.commit }}'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
jobs:
is-release-necessary:
name: 'Decide if a release of the engines artifacts is necessary'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
release: ${{ steps.decision.outputs.release }}
steps:
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:

release-artifacts:
name: 'Release artifacts from branch ${{ github.head_ref || github.ref_name }} for commit ${{ github.sha }}'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.sha }}
needs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-query-engine-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
PRISMA_ENGINE_PROTOCOL: ${{ matrix.engine_protocol }}
PRISMA_RELATION_LOAD_STRATEGY: ${{ matrix.relation_load_strategy }}

runs-on: "ubuntu-20.04"
runs-on: "ubuntu-24.04"
# TODO: Replace with the following once `prisma@5.20.0` is released.
# runs-on: "ubuntu-${{ inputs.ubuntu }}"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-schema-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
is_vitess: true
single_threaded: true

runs-on: "ubuntu-20.04"
runs-on: "ubuntu-24.04"
# TODO: Replace with the following once `prisma@5.20.0` is released.
# runs-on: "ubuntu-${{ matrix.database.ubuntu || 'latest' }}"
steps:
Expand Down

0 comments on commit 8e5dbb6

Please sign in to comment.