Skip to content

Commit 01d5e0f

Browse files
committed
github action xcode version upgraded from 12.4 to 14.1.0
1 parent 021f9eb commit 01d5e0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v3
3838
- uses: maxim-lobanov/setup-xcode@v1
3939
with:
40-
xcode-version: 12.4
40+
xcode-version: 14.1.0
4141
- env:
4242
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
4343
run: |
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v3
5757
- uses: maxim-lobanov/setup-xcode@v1
5858
with:
59-
xcode-version: 12.4
59+
xcode-version: 14.1.0
6060
- id: prepare_for_release
6161
name: Prepare for release
6262
env:
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@v3
8080
- uses: maxim-lobanov/setup-xcode@v1
8181
with:
82-
xcode-version: 12.4
82+
xcode-version: 14.1.0
8383
- name: Push to cocoapods.org
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v3
5151
- uses: maxim-lobanov/setup-xcode@v1
5252
with:
53-
xcode-version: 12.4
53+
xcode-version: 14.1.0
5454
- name: set SDK Branch if PR
5555
if: ${{ github.event_name == 'pull_request' }}
5656
run: |

0 commit comments

Comments
 (0)