Skip to content

Commit

Permalink
Revert "feat(ci): switching to self-hosted runners (techno-tim#133)" (t…
Browse files Browse the repository at this point in the history
…echno-tim#135)

This reverts commit a840571.
  • Loading branch information
timothystewart6 committed Oct 31, 2022
1 parent a840571 commit 5268ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
pre-commit-ci:
name: Pre-Commit
runs-on: [self-hosted, Linux, x64]
runs-on: ubuntu-latest

steps:
- name: Check out the codebase
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
molecule:
name: Molecule
runs-on: self-hosted
runs-on: macos-12

strategy:
matrix:
Expand Down

0 comments on commit 5268ef3

Please sign in to comment.