Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
notification:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 1
if: ${{ !github.event.pull_request.head.repo.fork && github.event.number }}
permissions:
Expand All @@ -38,7 +38,7 @@ jobs:
_Please do not push any generated code to this pull request._

setup:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
env:
CACHE_VERSION: 1.02 # bump this to run all clients on the CI.
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
RUN_MACOS_KOTLIN_BUILD: ${{ steps.gen-matrix.outputs.RUN_MACOS_KOTLIN_BUILD }}

scripts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
needs: setup
if: ${{ needs.setup.outputs.RUN_SCRIPTS == 'true' }}
Expand All @@ -152,7 +152,7 @@ jobs:
run: yarn workspace eslint-plugin-automation-custom test

specs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
needs: setup
steps:
Expand All @@ -175,7 +175,7 @@ jobs:

client_gen_javascript:
timeout-minutes: 15
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- setup
- specs
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:

client_gen:
timeout-minutes: 15
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- setup
- specs
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
run: echo "success=true" >> "$GITHUB_OUTPUT"

codegen:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
needs:
- setup
Expand Down Expand Up @@ -631,7 +631,7 @@ jobs:
run: echo "success=true" >> "$GITHUB_OUTPUT"

check_green:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
needs:
- codegen
Expand All @@ -646,7 +646,7 @@ jobs:
fi

push_and_release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
needs:
- codegen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
cleanup:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
setup:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-algolia-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
release:
name: Scheduled Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-algolia-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
push:
name: Manual trigger push for onboarding guides
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Scheduled Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: "startsWith(github.event.head_commit.message, 'chore: release')"
steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Publish to Sonatype
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: "startsWith(github.event.head_commit.message, 'chore: release')"
steps:
- name: Checkout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: "startsWith(github.event.head_commit.message, 'chore: release')"
steps:
- uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: "startsWith(github.event.head_commit.message, 'chore: release')"
environment:
name: pypi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
release:
name: Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: "startsWith(github.event.head_commit.message, 'chore: release')"
permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Publish to Sonatype
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: "startsWith(github.event.head_commit.message, 'chore: release')"
steps:
- name: Checkout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: "startsWith(github.event.head_commit.message, 'chore: release')"
steps:
- uses: actions/checkout@v4
Expand Down
Loading