From a9d93ab242606bbc5a46487808d560a9e7ca414c Mon Sep 17 00:00:00 2001 From: D N <4661784+retyui@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:39:00 +0100 Subject: [PATCH] chore: Use Apple m1 on CI --- .github/actions/lock-nodejs-ver/action.yml | 2 +- .github/actions/lock-ruby-ver/action.yml | 2 +- .github/workflows/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/lock-nodejs-ver/action.yml b/.github/actions/lock-nodejs-ver/action.yml index e2e385c..efabd84 100644 --- a/.github/actions/lock-nodejs-ver/action.yml +++ b/.github/actions/lock-nodejs-ver/action.yml @@ -4,7 +4,7 @@ inputs: node-version: description: 'The Node.js version to set up' required: false - default: 18 + default: 20 runs: using: 'composite' diff --git a/.github/actions/lock-ruby-ver/action.yml b/.github/actions/lock-ruby-ver/action.yml index a7ea6e7..f16fece 100644 --- a/.github/actions/lock-ruby-ver/action.yml +++ b/.github/actions/lock-ruby-ver/action.yml @@ -4,7 +4,7 @@ inputs: ruby-version: description: 'The Ruby version to set up' required: false - default: 3.0 + default: 3.2 runs: using: 'composite' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 542b8fe..b2b666f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,7 @@ jobs: build-ios: name: Build iOS - runs-on: macos-13 + runs-on: macos-14 strategy: fail-fast: false max-parallel: 3