We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e469f2e commit 582377eCopy full SHA for 582377e
.github/workflows/ci.yaml
@@ -62,7 +62,7 @@ jobs:
62
strategy:
63
matrix:
64
python-version: [ "3.11", "3.12", "3.13" ]
65
- runs-on: ubuntu-latest
+ runs-on: opensource-linux-8core
66
steps:
67
- uses: actions/checkout@v4
68
- uses: astral-sh/setup-uv@v6
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
0 commit comments