Skip to content

Commit e38306a

Browse files
Merge pull request #281 from THEOplayer/maintenance/ios-pr-action
Update github actions
2 parents 2fd5c4f + 4730443 commit e38306a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: '18'
32+
node-version: '22'
3333
cache: 'npm'
3434

3535
- name: Run npm install

.github/workflows/pr_ios.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66

77
jobs:
88
build:
9-
runs-on: macos-latest
9+
runs-on: macos-14
1010
strategy:
1111
matrix:
12-
xcode_version: [ '15.4.0' ]
12+
xcode_version: [ '16.1.0' ]
1313
newArchEnabled: [ 0 ]
1414
platform: [iOS, tvOS]
1515
name: Build for ${{ matrix.platform }} using XCode version ${{ matrix.xcode_version }} and ${{matrix.newArchEnabled == 1 && 'New' || 'Old' }} Architecture
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '18'
29+
node-version: '22'
3030
cache: 'npm'
3131

3232
- name: Cache Ruby Gems

0 commit comments

Comments
 (0)