Skip to content

Commit

Permalink
Set up self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MagusWyvern authored Feb 11, 2024
1 parent c19b470 commit 22bbddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
runs-on: ubuntu-18.04
runs-on: self-hosted
strategy:
matrix:
python-version: ["3.7"]
Expand Down

0 comments on commit 22bbddc

Please sign in to comment.