Revert "feat(ci): switching to self-hosted runners (#133)" (#135)

This reverts commit a840571733.
This commit is contained in:
Techno Tim 2022-10-31 18:50:34 -05:00 committed by GitHub
parent a840571733
commit 5268ef305a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -10,7 +10,7 @@ on:
jobs:
molecule:
name: Molecule
runs-on: self-hosted
runs-on: macos-12
strategy:
matrix: