Skip to content

Commit 222a0b4

Browse files
authored
chore: Update release.yml
1 parent b093d32 commit 222a0b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,11 @@ jobs:
222222
fail-fast: false
223223
matrix:
224224
os:
225-
- ubuntu-latest
225+
- ubuntu-24.04
226226
- macos-latest
227227
- windows-latest
228228
python-version: ["3.9", "3.10", "3.11", "3.12"]
229-
if: ${{ needs.release-please.outputs.release_created }}
229+
if: ${{ needs.release.outputs.release_created }}
230230
steps:
231231
- uses: actions/download-artifact@v4
232232
with:
@@ -247,11 +247,11 @@ jobs:
247247
pypi-upload:
248248
needs: [release-please, pip-test-wheels]
249249
runs-on:
250-
- ubuntu-latest
250+
- ubuntu-24.04
251251
- macos-latest
252252
- windows-latest
253253

254-
if: ${{ needs.release-please.outputs.release_created }}
254+
if: ${{ needs.release.outputs.release_created }}
255255
permissions:
256256
# IMPORTANT: this permission is mandatory for trusted publishing
257257
id-token: write

0 commit comments

Comments
 (0)