Skip to content

Commit a9d93ab

Browse files
committed
chore: Use Apple m1 on CI
1 parent 3c9e235 commit a9d93ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/lock-nodejs-ver/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
node-version:
55
description: 'The Node.js version to set up'
66
required: false
7-
default: 18
7+
default: 20
88

99
runs:
1010
using: 'composite'

.github/actions/lock-ruby-ver/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
ruby-version:
55
description: 'The Ruby version to set up'
66
required: false
7-
default: 3.0
7+
default: 3.2
88

99
runs:
1010
using: 'composite'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
build-ios:
7979
name: Build iOS
80-
runs-on: macos-13
80+
runs-on: macos-14
8181
strategy:
8282
fail-fast: false
8383
max-parallel: 3

0 commit comments

Comments
 (0)