Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 2, 2024
1 parent 0bf1847 commit ba94b6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
discovery:
uses: googleapis/discovery-artifact-manager/.github/workflows/list-services.yml@master
batch:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: discovery
outputs:
services: ${{ steps.chunk.outputs.result }}
Expand All @@ -32,7 +32,7 @@ jobs:
}
return result
generate_batch1:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: batch
strategy:
fail-fast: false
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
fork: true

generate_batch2:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: batch
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run Script
run: vendor/bin/phpunit
generator:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Generator Unit Tests
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ba94b6b

Please sign in to comment.