Skip to content

Commit

Permalink
Run Self-Hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
pipobscure committed Feb 5, 2021
1 parent cd15d18 commit 894ab48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -9,7 +9,7 @@ on:
- 'master'
jobs:
build:
runs-on: macos-11.0
runs-on: self-hosted
strategy:
matrix:
node-version: [8, 10, 12, 14, 15]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -5,7 +5,7 @@ on:
- master
jobs:
publish:
runs-on: macos-11.0
runs-on: self-hosted
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 894ab48

Please sign in to comment.