From fcca85c51a5ef96ae8f678781f6c2443359f2249 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 29 Feb 2024 18:06:03 +0530 Subject: [PATCH] fix(ci): move all workflows to macOS 14 runners MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just for keks™️ --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/code_quality_analysis.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b115e51..c88b38ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ concurrency: jobs: check: - runs-on: ubuntu-latest + runs-on: macos-14 steps: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -48,7 +48,7 @@ jobs: path: '**/build/reports/tests/**' dependency-review: - runs-on: ubuntu-latest + runs-on: macos-14 needs: - check steps: @@ -62,7 +62,7 @@ jobs: head-ref: ${{ github.ref }} validate-changelog: - runs-on: ubuntu-latest + runs-on: macos-14 steps: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -74,7 +74,7 @@ jobs: validation_level: error deploy-release-snapshot: - runs-on: ubuntu-latest + runs-on: macos-14 if: "github.event_name == 'push' && github.event.ref == 'refs/heads/main'" needs: - check diff --git a/.github/workflows/code_quality_analysis.yml b/.github/workflows/code_quality_analysis.yml index 72742c72..04552bef 100644 --- a/.github/workflows/code_quality_analysis.yml +++ b/.github/workflows/code_quality_analysis.yml @@ -20,7 +20,7 @@ permissions: jobs: codeql: name: CodeQL - runs-on: ubuntu-latest + runs-on: macos-14 steps: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6171427d..df86b142 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ concurrency: jobs: publish-google-play-release: - runs-on: ubuntu-latest + runs-on: macos-14 steps: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1