Skip to content

Commit 8f1ea50

Browse files
committed
Test with maxim-lobanov/setup-xcode@v1 CI
1 parent 881fcb5 commit 8f1ea50

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/all.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,10 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16-
macos-run-tests:
17-
name: Unit Tests (Xcode ${{ matrix.xcode }})
18-
strategy:
19-
fail-fast: false
20-
matrix:
21-
xcode: [latest-stable]
22-
include:
23-
- xcode: latest-stable
24-
macos: macos-latest
25-
runs-on: ${{ matrix.macos }}
26-
env:
27-
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
16+
build:
17+
runs-on: macos-latest
2818
steps:
29-
- uses: actions/checkout@v2
30-
- name: Run Tests
31-
run: swift test
19+
- uses: maxim-lobanov/setup-xcode@v1
20+
with:
21+
xcode-version: latest-stable
22+
run: swift test

0 commit comments

Comments
 (0)