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 5b21af9 commit 36160edCopy full SHA for 36160ed
.github/workflows/swift.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
test-on-macOS-and-iOS:
11
- runs-on: macos-latest
+ runs-on: macos-11
12
strategy:
13
matrix:
14
xcode: ['12.5.1', '13.0']
@@ -39,7 +39,7 @@ jobs:
39
-destination 'platform=macOS'
40
41
performance-tests-on-macOS:
42
43
44
45
@@ -50,8 +50,6 @@ jobs:
50
with:
51
xcode-version: ${{ matrix.xcode }}
52
- name: Build & Run Performance Tests on macOS
53
- env:
54
- DEVELOPER_DIR: ${{ matrix.xcode }}
55
run: >
56
swift test
57
--configuration=release
0 commit comments