Skip to content

Commit 4cda6c7

Browse files
authored
Merge pull request #2667 from dweindl/release_0.31.1
Release 0.31.1
2 parents f742e48 + adf87c4 commit 4cda6c7

File tree

119 files changed

+221
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+221
-192
lines changed

.github/workflows/deploy_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
sdist:
66
name: Deploy Python Source Distribution
77

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

1010
strategy:
1111
matrix:

.github/workflows/deploy_protected.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Deploy Docker Hub
3333
needs: [check-secret]
3434
if: needs.check-secret.outputs.secrets-defined == 'true'
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636

3737
strategy:
3838
matrix:

.github/workflows/deploy_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
pypi:
99
name: Deploy PyPI
1010

11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212

1313
strategy:
1414
matrix:
@@ -47,7 +47,7 @@ jobs:
4747
bioSimulatorsUpdateCliAndDockerImage:
4848
name: Release to BioSimulators
4949
needs: pypi
50-
runs-on: ubuntu-22.04
50+
runs-on: ubuntu-24.04
5151
env:
5252
# Owner/repository-id for the GitHub repository for the downstream command-line interface and Docker image
5353
DOWNSTREAM_REPOSITORY: biosimulators/Biosimulators_AMICI
@@ -72,7 +72,7 @@ jobs:
7272
7373
dockerhub:
7474
name: Release to Docker Hub
75-
runs-on: ubuntu-22.04
75+
runs-on: ubuntu-24.04
7676

7777
steps:
7878
- name: Set up Python

.github/workflows/test_benchmark_collection_models.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
name: Benchmark Collection
1919

20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121

2222
strategy:
2323
fail-fast: false
@@ -77,7 +77,7 @@ jobs:
7777
uses: codecov/codecov-action@v5
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
80-
file: coverage_py.xml
80+
files: coverage_py.xml
8181
flags: python
8282
fail_ci_if_error: true
8383
verbose: true

.github/workflows/test_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
sphinx:
4141
name: Test Sphinx
42-
runs-on: ubuntu-22.04
42+
runs-on: ubuntu-24.04
4343

4444
strategy:
4545
matrix:

.github/workflows/test_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
archive:
66
name: Archive Install
77

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

1010
strategy:
1111
matrix:
@@ -46,7 +46,7 @@ jobs:
4646
sdist_ubuntu:
4747
name: sdist Install Ubuntu
4848

49-
runs-on: ubuntu-22.04
49+
runs-on: ubuntu-24.04
5050

5151
strategy:
5252
matrix:

.github/workflows/test_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matlab:
1313
name: Matlab
1414

15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616

1717
steps:
1818
- uses: actions/checkout@v4

.github/workflows/test_performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
name: Performance Test
2121

22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323

2424
strategy:
2525
matrix:

.github/workflows/test_petab_test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ jobs:
104104
uses: codecov/codecov-action@v5
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107-
file: coverage.xml
107+
files: coverage.xml
108108
flags: petab
109109
fail_ci_if_error: true

.github/workflows/test_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python-version: ["3.10", "3.11", "3.12"]
15-
os: [ubuntu-22.04, macos-latest]
15+
os: [ubuntu-24.04, macos-latest]
1616

1717
runs-on: ${{ matrix.os }}
1818

0 commit comments

Comments
 (0)