Skip to content

Commit 52cce6e

Browse files
authored
Update CD.yml
1 parent 3269c97 commit 52cce6e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ on:
88
jobs:
99
release_version:
1010
if: github.event.pull_request.milestone == null && github.event.pull_request.merged == true
11-
runs-on: ubuntu-latest
11+
runs-on: macOS-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
15-
- name: Setup Environment
16-
run: |
17-
brew install fastlane
18-
brew install cocoapods
1914

2015
- name: Publish release
2116
id: publish_release

0 commit comments

Comments
 (0)