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

* feat(ci): switching to self-hosted runners

* feat(gh-actions-controller): added

* feat(gh-actions-controller): added
This commit is contained in:
Techno Tim 2022-10-31 17:56:22 -05:00 committed by GitHub
parent b1370406ea
commit a840571733
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: jobs:
pre-commit-ci: pre-commit-ci:
name: Pre-Commit name: Pre-Commit
runs-on: ubuntu-latest runs-on: [self-hosted, Linux, x64]
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: macos-12 runs-on: self-hosted
strategy: strategy:
matrix: matrix: