Skip to content

Commit

Permalink
Switch back to self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg authored May 2, 2021
1 parent 2fa0668 commit 4f2ba23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
jobs:
macOS:
name: Build macOS
runs-on: macos-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Set up Python 3
run: brew install python3
# - name: Set up Python 3
# run: brew install python3

- name: Install Python Dependencies
run: pip3 install -r requirements.txt
Expand Down

0 comments on commit 4f2ba23

Please sign in to comment.