Skip to content

Commit 9c9fca4

Browse files
Merge pull request #657 from yaroslavyaroslav/develop
Update actions Xcode version and Swift toolchain to latest
2 parents 8d600a4 + 8b9904a commit 9c9fca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macOS-12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ on:
2222
- unstable
2323

2424
env:
25-
DEVELOPER_DIR: /Applications/Xcode_13.3.1.app/Contents/Developer
25+
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
2626

2727
jobs:
2828
spm:
29-
name: Swift Package Manager 5.5
29+
name: Swift Package Manager 5.7
3030
runs-on: macOS-12
3131
concurrency:
3232
group: spm-${{ github.run_id }}

0 commit comments

Comments
 (0)