Skip to content

Commit 8de38d4

Browse files
committed
GitHub removed Xcode 10.3 from its macOS runners
1 parent fa325b5 commit 8de38d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
matrix:
4848
xcode:
4949
#- Xcode_9.4.1 # Not working
50-
- Xcode_10.3
51-
- Xcode_11.2
50+
#- Xcode_10.3 # GitHub removed :(
51+
- Xcode_11.2.1
5252
steps:
5353
- uses: actions/checkout@v1
5454
- name: Build and Test

0 commit comments

Comments
 (0)