Skip to content

Commit dc3af59

Browse files
authored
chore: Bump Xcode version in CI (#134)
* chore: Bump Xcode version in CI: * Bump windows swift version * Update ci.yml * Update ci.yml * Update release.yml
1 parent fc516a6 commit dc3af59

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99

1010
env:
1111
CI_XCODE_OLDEST: '/Applications/Xcode_13.3.1.app/Contents/Developer'
12-
CI_XCODE_LATEST: '/Applications/Xcode_14.3.1.app/Contents/Developer'
12+
CI_XCODE_14: '/Applications/Xcode_14.3.1.app/Contents/Developer'
13+
CI_XCODE_LATEST: '/Applications/Xcode_15.0.app/Contents/Developer'
1314

1415
concurrency:
1516
group: ${{ github.workflow }}-${{ github.ref }}
@@ -135,8 +136,8 @@ jobs:
135136
- uses: actions/checkout@v4
136137
- uses: compnerd/[email protected]
137138
with:
138-
branch: swift-5.8-release
139-
tag: 5.8-RELEASE
139+
branch: swift-5.9-release
140+
tag: 5.9-RELEASE
140141
- name: Build
141142
run: |
142143
swift build -v
@@ -173,4 +174,4 @@ jobs:
173174
- name: CocoaPods
174175
run: pod lib lint --allow-warnings
175176
env:
176-
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
177+
DEVELOPER_DIR: ${{ env.CI_XCODE_14 }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
release:
44
types: [published]
55
env:
6-
CI_XCODE_13: '/Applications/Xcode_13.4.1.app/Contents/Developer'
7-
CI_XCODE_LATEST: '/Applications/Xcode_14.3.app/Contents/Developer'
6+
CI_XCODE_14: '/Applications/Xcode_14.3.1.app/Contents/Developer'
7+
CI_XCODE_LATEST: '/Applications/Xcode_15.0.app/Contents/Developer'
88

99
jobs:
1010
cocoapods:
@@ -23,7 +23,7 @@ jobs:
2323
run: set -o pipefail && env NSUnbufferedIO=YES pod trunk push ParseSwiftOG.podspec --allow-warnings --verbose
2424
env:
2525
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
26-
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
26+
DEVELOPER_DIR: ${{ env.CI_XCODE_14 }}
2727

2828
docs:
2929
runs-on: macos-13

0 commit comments

Comments
 (0)