Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 3a64127

Browse files
committed
Update developer dir
1 parent 8998cfe commit 3a64127

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: '*'
88

99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_11.4.app/Contents/Developer
10+
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
1111

1212
jobs:
1313
iOS:
@@ -30,4 +30,4 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v2
3232
- name: Build
33-
run: xcodebuild -scheme "Rswift-watchOS"
33+
run: xcodebuild -scheme "Rswift-watchOS"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: created
66

77
env:
8-
DEVELOPER_DIR: /Applications/Xcode_11.4.app/Contents/Developer
8+
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
99

1010
jobs:
1111
publish:

0 commit comments

Comments
 (0)