Skip to content

Commit 5502db4

Browse files
committed
Locking os and xcode version for github action
1 parent d1f8ac7 commit 5502db4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ios.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
jobs:
1010
build:
1111
name: Build and Test SDKHostApp scheme using any available iPhone simulator
12-
runs-on: macos-latest
12+
runs-on: macos-11
13+
env:
14+
DEVELOPER_DIR: /Applications/Xcode_13.app/Contents/Developer
1315

1416
steps:
1517
- name: Checkout

0 commit comments

Comments
 (0)