Skip to content

Commit 1dc4c5f

Browse files
committed
ci: use macos runner
1 parent 138486d commit 1dc4c5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/npm_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ env:
1010

1111
jobs:
1212
release:
13-
runs-on: ubuntu-latest
13+
runs-on: macos-latest
1414

1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- name: Environement Setup
19-
run: |
20-
gem install xcodeproj
21-
gem install cocoapods
18+
# - name: Environement Setup
19+
# run: |
20+
# gem install xcodeproj
21+
# gem install cocoapods
2222

2323
- name: Setup
2424
run: npm run setup

0 commit comments

Comments
 (0)