Skip to content

Commit 7034247

Browse files
committed
Changed Xcode version to 15.2 in GitHub Actions
This changes the `xcode-version` parameter of the workflow to use Xcode 15.2 in order to check for proper compilation on the latest release
1 parent b62792d commit 7034247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Select latest available Xcode
1212
uses: maxim-lobanov/setup-xcode@v1
1313
with:
14-
xcode-version: '15.0.0'
14+
xcode-version: '15.2.0'
1515
- name: Checkout Repository
1616
uses: actions/checkout@v2
1717
- name: Build Swift Debug Package

0 commit comments

Comments
 (0)