Skip to content

Commit

Permalink
try using self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Jan 26, 2024
1 parent 2a7931d commit 17c89ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Test Python
jobs:
testpython:
name: Test Python
runs-on: ubuntu-22.04
runs-on: X64
container: ubuntu
strategy:
matrix:
include:
Expand Down

0 comments on commit 17c89ea

Please sign in to comment.