Skip to content

Commit ffd91fe

Browse files
authored
Update publish.yml
1 parent fc30c32 commit ffd91fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
pypi-publish:
88
name: Publish release to PyPI
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-latest
1010
environment:
1111
name: pypi
1212
url: https://pypi.org/p/optillm
@@ -30,7 +30,7 @@ jobs:
3030

3131
docker-publish:
3232
name: Publish Docker image
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-22.04
3434
needs: pypi-publish
3535
permissions:
3636
contents: read

0 commit comments

Comments
 (0)