We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08d044 commit abf4122Copy full SHA for abf4122
1 file changed
.github/workflows/test.yml
@@ -11,16 +11,12 @@ on:
11
jobs:
12
test-xcode:
13
runs-on: macos-latest
14
- strategy:
15
- matrix:
16
- # see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-software for versions
17
- xcode:
18
- - 15.2
19
20
steps:
21
- uses: actions/checkout@v2
22
- - name: Select Xcode ${{ matrix.xcode }}
23
- run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
+ - uses: maxim-lobanov/setup-xcode@v1
+ with:
+ xcode-version: latest-stable
24
- name: Build
25
run: swift build -v
26
- name: Run tests
0 commit comments