Skip to content

Commit

Permalink
ci(Runners): added self hosted macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt committed Apr 15, 2022
1 parent 975638e commit 3371c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
jobs:
ci:
name: Run Tests
runs-on: ubuntu-latest
runs-on: [self-hosted, ubuntu-latest]
outputs:
release: ${{ steps.check_version_bump.outputs.release_type != '' }}

Expand Down

0 comments on commit 3371c29

Please sign in to comment.