Skip to content

Commit

Permalink
Set GH actions to use self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed May 18, 2024
1 parent 7eb49a3 commit ca31259
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ on:

jobs:
deploy:

runs-on: ubuntu-latest

runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit ca31259

Please sign in to comment.