We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fd5c4f + 4730443 commit e38306aCopy full SHA for e38306a
2 files changed
.github/workflows/pr_android.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup Node
30
uses: actions/setup-node@v4
31
with:
32
- node-version: '18'
+ node-version: '22'
33
cache: 'npm'
34
35
- name: Run npm install
.github/workflows/pr_ios.yml
@@ -6,10 +6,10 @@ on:
6
7
jobs:
8
build:
9
- runs-on: macos-latest
+ runs-on: macos-14
10
strategy:
11
matrix:
12
- xcode_version: [ '15.4.0' ]
+ xcode_version: [ '16.1.0' ]
13
newArchEnabled: [ 0 ]
14
platform: [iOS, tvOS]
15
name: Build for ${{ matrix.platform }} using XCode version ${{ matrix.xcode_version }} and ${{matrix.newArchEnabled == 1 && 'New' || 'Old' }} Architecture
@@ -26,7 +26,7 @@ jobs:
26
27
28
- name: Cache Ruby Gems
0 commit comments