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
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs: jobs:
pre-commit-ci: pre-commit-ci:
name: Pre-Commit name: Pre-Commit
runs-on: [self-hosted, Linux, x64] runs-on: ubuntu-latest
steps: steps:
- name: Check out the codebase - name: Check out the codebase

View File

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