Skip to content

Commit a0dcbbe

Browse files
authored
Merge pull request #19 from gitx/MoreRecentXCode
More recent XCode
2 parents f891d2c + 8b2dbaa commit a0dcbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
xcode: [ Xcode_12.4, Xcode_12.5, Xcode_13.1, Xcode_13.2.1 ]
12+
xcode: [ Xcode_14.2.0, Xcode_13.4 ]
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3

0 commit comments

Comments
 (0)