From 8accf6e90348e0da28de2515972d8a591aff1e6d Mon Sep 17 00:00:00 2001 From: Mostafa Date: Thu, 31 Oct 2024 21:06:59 +0800 Subject: [PATCH] update kotlin test --- .github/workflows/android-ci.yml | 2 +- .github/workflows/ios-ci.yml | 2 +- .github/workflows/kotlin-ci.yml | 2 +- .github/workflows/kotlin-sample-ci.yml | 2 +- .github/workflows/linux-ci-rust.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index b8d6bb34c8a..29e3642cc9f 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -12,7 +12,7 @@ concurrency: jobs: build: - runs-on: macos-latest-large + runs-on: macos-latest if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/ios-ci.yml b/.github/workflows/ios-ci.yml index 649b15e84a2..5884500b720 100644 --- a/.github/workflows/ios-ci.yml +++ b/.github/workflows/ios-ci.yml @@ -12,7 +12,7 @@ concurrency: jobs: build: - runs-on: macos-latest-xlarge + runs-on: macos-latest if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/kotlin-ci.yml b/.github/workflows/kotlin-ci.yml index 1198c20ae3c..2b89464d06c 100644 --- a/.github/workflows/kotlin-ci.yml +++ b/.github/workflows/kotlin-ci.yml @@ -12,7 +12,7 @@ concurrency: jobs: build: - runs-on: macos-latest-xlarge + runs-on: macos-latest if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/kotlin-sample-ci.yml b/.github/workflows/kotlin-sample-ci.yml index f96b2a4b280..562256bf64d 100644 --- a/.github/workflows/kotlin-sample-ci.yml +++ b/.github/workflows/kotlin-sample-ci.yml @@ -12,7 +12,7 @@ concurrency: jobs: build: - runs-on: macos-latest-xlarge + runs-on: macos-latest if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/linux-ci-rust.yml b/.github/workflows/linux-ci-rust.yml index 7e0889e824a..59ab8e9381a 100644 --- a/.github/workflows/linux-ci-rust.yml +++ b/.github/workflows/linux-ci-rust.yml @@ -92,7 +92,7 @@ jobs: permissions: contents: read pull-requests: write - runs-on: macos-latest-xlarge + runs-on: macos-latest if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3