Skip to content

Commit c9990e8

Browse files
authored
CI: Use Ubuntu 24.04 (#2665)
* CI: Use Ubuntu 24.04 * rtd * matlab * .. * ..
1 parent bb714f7 commit c9990e8

14 files changed

+20
-20
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: 1 addition & 1 deletion
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

.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_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_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

.github/workflows/test_python_cplusplus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
ubuntu-cpp-python-tests:
1313
name: C++/Python tests Ubuntu
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515

1616
strategy:
1717
matrix:
@@ -118,7 +118,7 @@ jobs:
118118
119119
ubuntu-python-tests:
120120
name: Python tests Ubuntu
121-
runs-on: ubuntu-22.04
121+
runs-on: ubuntu-24.04
122122

123123
strategy:
124124
matrix:
@@ -201,7 +201,7 @@ jobs:
201201
202202
ubuntu-notebook-tests:
203203
name: Notebook tests Ubuntu
204-
runs-on: ubuntu-22.04
204+
runs-on: ubuntu-24.04
205205

206206
strategy:
207207
matrix:

.github/workflows/test_python_ver_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
name: Python Version Matrix
1818

19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
continue-on-error: ${{ matrix.experimental }}
2121
env:
2222
AMICI_SKIP_CMAKE_TESTS: "TRUE"

.github/workflows/test_sbml_semantic_test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
build:
2424
name: SBML Semantic Test Suite
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626

2727
strategy:
2828
fail-fast: false

.github/workflows/test_valgrind.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
valgrind_cpp:
1616
name: Valgrind C++
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818

1919
strategy:
2020
matrix:
@@ -62,7 +62,7 @@ jobs:
6262
valgrind_python:
6363
name: Valgrind Python
6464

65-
runs-on: ubuntu-22.04
65+
runs-on: ubuntu-24.04
6666

6767
strategy:
6868
matrix:

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python:
1818
install:
1919
- requirements: doc/rtd_requirements.txt
2020
build:
21-
os: "ubuntu-22.04"
21+
os: "ubuntu-24.04"
2222
apt_packages:
2323
- libatlas-base-dev
2424
- libhdf5-serial-dev

binder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
# install dependencies
44

0 commit comments

Comments
 (0)