Skip to content

Commit 6497400

Browse files
committed
fix: also update the ubuntu
1 parent 7c8be66 commit 6497400

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish_conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
jobs:
77
release-please:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: GoogleCloudPlatform/release-please-action@v4
1111
id: release
@@ -19,7 +19,7 @@ jobs:
1919
release_created: ${{ steps.release.outputs.release_created }}
2020

2121
pypi:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04
2323
needs: release-please
2424
if: ${{ needs.release-please.outputs.release_created }}
2525
steps:

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# path: ./wheelhouse/*.whl
3030
sdist:
3131
name: Build sdist
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-24.04
3333
steps:
3434
- uses: actions/checkout@v4
3535
- uses: actions/setup-python@v5
@@ -46,7 +46,7 @@ jobs:
4646

4747
publish:
4848
name: Publish wheels to pypi
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-24.04
5050
permissions:
5151
# IMPORTANT: this permission is mandatory for trusted publishing
5252
id-token: write

0 commit comments

Comments
 (0)