Skip to content

Commit e388694

Browse files
keep ubuntu-22.04 because latest has Python 3.13 and saxonche is not yet present
1 parent bc010ab commit e388694

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99

1010
steps:
1111
- name: Checkout IMAS-Python sources

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
build:
77
name: Build distribution
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v4
1111
with:
@@ -30,7 +30,7 @@ jobs:
3030
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3131
needs:
3232
- build
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-22.04
3434
environment:
3535
name: pypi
3636
url: https://pypi.org/p/imas-python
@@ -50,7 +50,7 @@ jobs:
5050
if: github.ref=='refs/heads/develop' # only publish to TestPyPI on develop pushes
5151
needs:
5252
- build
53-
runs-on: ubuntu-latest
53+
runs-on: ubuntu-22.04
5454
environment:
5555
name: testpypi
5656
url: https://test.pypi.org/p/imas-python

0 commit comments

Comments
 (0)