Skip to content

Commit 04bfd58

Browse files
author
Jure Vreca (jure.vreca@ijs.si
committed
GH actions using ubuntu 22.04 instea of latest. Problems with ubuntu 24 using Python 3.12
1 parent aa01e2c commit 04bfd58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
name: Build distribution 📦
1515
needs: run-tests
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
@@ -56,7 +56,7 @@ jobs:
5656
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
5757
needs:
5858
- build
59-
runs-on: ubuntu-latest
59+
runs-on: ubuntu-22.04
6060
environment:
6161
name: pypi
6262
url: https://pypi.org/p/chisel4ml
@@ -78,7 +78,7 @@ jobs:
7878
and upload them to GitHub Release
7979
needs:
8080
- publish-to-pypi
81-
runs-on: ubuntu-latest
81+
runs-on: ubuntu-22.04
8282

8383
permissions:
8484
contents: write # IMPORTANT: mandatory for making GitHub Releases

0 commit comments

Comments
 (0)