We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8998cfe commit 3a64127Copy full SHA for 3a64127
.github/workflows/checks.yml
@@ -7,7 +7,7 @@ on:
7
branches: '*'
8
9
env:
10
- DEVELOPER_DIR: /Applications/Xcode_11.4.app/Contents/Developer
+ DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
11
12
jobs:
13
iOS:
@@ -30,4 +30,4 @@ jobs:
30
- name: Checkout
31
uses: actions/checkout@v2
32
- name: Build
33
- run: xcodebuild -scheme "Rswift-watchOS"
+ run: xcodebuild -scheme "Rswift-watchOS"
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
types: created
6
publish:
0 commit comments