Skip to content

Commit

Permalink
Merge pull request carbon-design-system#187 from carbon-design-system…
Browse files Browse the repository at this point in the history
…/alisonjoseph-patch-4

chore: update deploy.yml to use macos
  • Loading branch information
alisonjoseph authored Aug 28, 2019
2 parents 51d8f21 + 693efd8 commit ba0a68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: macOS-latest

steps:
- uses: actions/checkout@master
Expand All @@ -22,7 +22,7 @@ jobs:
yarn build
- name: Install ibmcloud cli
run: |
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
curl -fsSL https://clis.cloud.ibm.com/install/osx | sh
- name: Login to ibmcloud
env:
API_KEY: ${{ secrets.API_KEY }}
Expand Down

0 comments on commit ba0a68e

Please sign in to comment.