Skip to content

Commit 627f1e7

Browse files
committed
chore: backport runners change from main -> use ubuntu latest instead of our default runners
1 parent 83f9db1 commit 627f1e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
generate-api-docs:
1616
name: Update version and build python module
17-
runs-on: default
17+
runs-on: ubuntu-latest
1818
permissions:
1919
id-token: write
2020
contents: read
@@ -94,7 +94,7 @@ jobs:
9494
9595
build-release:
9696
name: Build release distribution
97-
runs-on: default
97+
runs-on: ubuntu-latest
9898
needs: generate-api-docs
9999
env:
100100
UV_VERSION: 0.5.21
@@ -134,7 +134,7 @@ jobs:
134134
135135
pypi-publish:
136136
name: Publish to PyPI
137-
runs-on: default
137+
runs-on: ubuntu-latest
138138
needs: build-release
139139
environment:
140140
name: pypi

0 commit comments

Comments
 (0)