Skip to content

Commit

Permalink
build: Use public runners (#6)
Browse files Browse the repository at this point in the history
* build: Use public runners
  • Loading branch information
tak30 authored Apr 7, 2022
1 parent 2b6d10d commit 2b1d1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- image: erlang:22
- image: erlang:23
- image: erlang:24
runs-on: self-hosted
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
options: "--entrypoint /bin/bash"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ From now on when `test_app` executes the `init` and `terminate` hooks the regist

## Support

Any doubt or suggestion? Please, read the [documentation](http://nomasystems.github.io/nhooks) and check out [our issue tracker](https://github.com/nomasystems/nhooks/issues).
Any doubt or suggestion? Please check out [our issue tracker](https://github.com/nomasystems/nhooks/issues).

0 comments on commit 2b1d1a1

Please sign in to comment.