Skip to content

Commit 532ffe1

Browse files
committed
Update workflow
1 parent c7d79a2 commit 532ffe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
operating-system: [macOS-latest]
10-
xcode-version: ["10.0", "11.0", "11.1", "11.2.1"]
10+
xcode-version: ["9.0", "10.0", "11.0", "11.1", "11.2.1"]
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Setup Xcode
@@ -16,3 +16,4 @@ jobs:
1616
xcode-version: ${{ matrix.xcode-version }}
1717
1818
apple-id-password: ${{ secrets.APPLE_ID_PASSWORD }}
19+
- run: xcodebuild -version -sdk

0 commit comments

Comments
 (0)