Skip to content

Commit

Permalink
chore: update xcode version in gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
matamegger committed Mar 1, 2024
1 parent bb3a815 commit 76dcc8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-ios-tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3'
xcode-version: '15.2'

- name: Install dependencies
run: brew bundle install
Expand All @@ -69,7 +69,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3'
xcode-version: '15.2'

- name: Install node_modules
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3'
xcode-version: '15.2'

- name: Install node_modules
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 76dcc8b

Please sign in to comment.