feat(ci): switching to self-hosted runners

This commit is contained in:
Timothy Stewart
2022-10-30 20:46:14 -05:00
parent b1370406ea
commit bb20514a6a
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: ubuntu-latest
runs-on: self-hosted
steps:
- name: Check out the codebase

View File

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