Skip to content

Commit cb59c82

Browse files
committed
Github Actions: Update xcode-version to 16.2.0
1 parent 674f8cf commit cb59c82

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
run-tests:
99
runs-on: macos-latest
1010
strategy:
11-
matrix:
11+
matrix:
1212
os: ['tvOS', 'iOS']
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: maxim-lobanov/setup-xcode@v1
1616
with:
17-
xcode-version: '13.2.1'
17+
xcode-version: '16.2.0'
1818
- uses: actions/cache@v4
1919
id: carthage-cache
2020
with:

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v2
4040
- uses: maxim-lobanov/setup-xcode@v1
4141
with:
42-
xcode-version: '13.2.1'
42+
xcode-version: '16.2.0'
4343
- name: build
4444
run: |
4545
sh ./Consumption-Tests/Shared/carthage.sh bootstrap --use-xcframeworks
@@ -65,7 +65,7 @@ jobs:
6565
6666
git config user.email "pusher-ci@pusher.com"
6767
git config user.name "Pusher CI"
68-
68+
6969
git tag -a ${{ needs.build.outputs.tag }} -m "${{ needs.build.outputs.tag }}"
7070
git push origin ${{ needs.build.outputs.tag }}
7171
@@ -99,5 +99,3 @@ jobs:
9999
release_name: ${{ env.TAG }}
100100
draft: false
101101
prerelease: false
102-
103-

0 commit comments

Comments
 (0)