From d2f03292f4d83f500ed69621a3d078b5fa6ae774 Mon Sep 17 00:00:00 2001 From: d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:39:34 -0400 Subject: [PATCH] ci: taiko-runner to ubuntu-latest --- .github/workflows/ci-all.yml | 2 +- .github/workflows/ci-build-test-reusable.yml | 2 +- .github/workflows/ci-lint.yml | 4 ++-- .github/workflows/ci-sgx-docker.yml | 2 +- .github/workflows/openapi-deploy.yml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/validate-pr-title.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-all.yml b/.github/workflows/ci-all.yml index a7a4480f9..cac9bc92a 100644 --- a/.github/workflows/ci-all.yml +++ b/.github/workflows/ci-all.yml @@ -37,7 +37,7 @@ jobs: test-lib: name: Test raiko-lib - runs-on: [taiko-runner] + runs-on: [ubuntu-latest] timeout-minutes: 60 steps: diff --git a/.github/workflows/ci-build-test-reusable.yml b/.github/workflows/ci-build-test-reusable.yml index 6f706bea6..19bda6075 100644 --- a/.github/workflows/ci-build-test-reusable.yml +++ b/.github/workflows/ci-build-test-reusable.yml @@ -17,7 +17,7 @@ env: jobs: build-test: name: Build and test - runs-on: [taiko-runner] + runs-on: [ubuntu-latest] timeout-minutes: 120 env: diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 6be18df08..31799dacb 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -11,7 +11,7 @@ env: jobs: clippy: name: clippy - runs-on: [taiko-runner] + runs-on: [ubuntu-latest] timeout-minutes: 30 steps: @@ -29,7 +29,7 @@ jobs: fmt: name: fmt - runs-on: [taiko-runner] + runs-on: [ubuntu-latest] timeout-minutes: 10 steps: diff --git a/.github/workflows/ci-sgx-docker.yml b/.github/workflows/ci-sgx-docker.yml index 0299738d6..be1a7a7d1 100644 --- a/.github/workflows/ci-sgx-docker.yml +++ b/.github/workflows/ci-sgx-docker.yml @@ -13,7 +13,7 @@ on: jobs: build-test-sgx-with-docker: name: Build and test sgx with Docker - runs-on: [taiko-runner] + runs-on: [ubuntu-latest] timeout-minutes: 60 steps: diff --git a/.github/workflows/openapi-deploy.yml b/.github/workflows/openapi-deploy.yml index a27375797..33bccdeb6 100644 --- a/.github/workflows/openapi-deploy.yml +++ b/.github/workflows/openapi-deploy.yml @@ -17,7 +17,7 @@ concurrency: jobs: deploy-docs: name: Generate OpenAPI docs - runs-on: [taiko-runner] + runs-on: [ubuntu-latest] environment: name: ${{ (github.ref == 'refs/heads/main') && 'github-pages' || 'test-environment' }} url: ${{ steps.deployment.outputs.page_url }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ad8964470..7e191f86c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -11,7 +11,7 @@ permissions: jobs: release-please: - runs-on: [taiko-runner] + runs-on: [ubuntu-latest] steps: - uses: googleapis/release-please-action@v4 with: diff --git a/.github/workflows/validate-pr-title.yml b/.github/workflows/validate-pr-title.yml index 686ee5a26..f6855f977 100644 --- a/.github/workflows/validate-pr-title.yml +++ b/.github/workflows/validate-pr-title.yml @@ -14,7 +14,7 @@ on: jobs: validate-pr-title: if: github.event_name == 'pull_request_target' - runs-on: [taiko-runner] + runs-on: [ubuntu-latest] steps: - uses: amannn/action-semantic-pull-request@v5 env: