Skip to content

Commit 36160ed

Browse files
committed
use macOS 11
Signed-off-by: David Nadoba <[email protected]>
1 parent 5b21af9 commit 36160ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test-on-macOS-and-iOS:
11-
runs-on: macos-latest
11+
runs-on: macos-11
1212
strategy:
1313
matrix:
1414
xcode: ['12.5.1', '13.0']
@@ -39,7 +39,7 @@ jobs:
3939
-destination 'platform=macOS'
4040
4141
performance-tests-on-macOS:
42-
runs-on: macos-latest
42+
runs-on: macos-11
4343
strategy:
4444
matrix:
4545
xcode: ['12.5.1', '13.0']
@@ -50,8 +50,6 @@ jobs:
5050
with:
5151
xcode-version: ${{ matrix.xcode }}
5252
- name: Build & Run Performance Tests on macOS
53-
env:
54-
DEVELOPER_DIR: ${{ matrix.xcode }}
5553
run: >
5654
swift test
5755
--configuration=release

0 commit comments

Comments
 (0)