Skip to content

Commit f3dc925

Browse files
authored
Merge pull request #19 from hannesa2/UpdateXCodeCI
Update Xcode for CI
2 parents cd95fc1 + 5701697 commit f3dc925

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_11.7, Xcode_12.2, Xcode_12.4]
12+
xcode: [Xcode_12.5, Xcode_13.1, Xcode_13.2, Xcode_13.0, Xcode_12.4]
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2.4.0

0 commit comments

Comments
 (0)