Skip to content

Commit 3be32ee

Browse files
committed
update github runners from ubuntu-20.04 to ubuntu-24.04
1 parent 0df6835 commit 3be32ee

9 files changed

+13
-13
lines changed

.github/workflows/NightlyBMDB_CLI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
if: ${{ failure() }}
119119

120120
bmdb:
121-
runs-on: ubuntu-20.04
121+
runs-on: ubuntu-24.04
122122
needs: build
123123
strategy:
124124
matrix:
@@ -305,7 +305,7 @@ jobs:
305305
if: ${{ failure() }}
306306

307307
bmdb_results:
308-
runs-on: ubuntu-20.04
308+
runs-on: ubuntu-24.04
309309
needs: bmdb
310310

311311
steps:

.github/workflows/biosimulations_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
submit:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
# Submit to BioSimulators registry
1515
- name: Submit to BioSimulators registry

.github/workflows/biosimulations_verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
submit:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
# Submit to BioSimulators registry
1515
- name: Submit to BioSimulators registry

.github/workflows/bsts_local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
validateCommit:
88
name: Validate and/or commit simulator
9-
runs-on: ubuntu-20.04 # includes Docker
9+
runs-on: ubuntu-24.04 # includes Docker
1010
steps:
1111
- name: Install Python
1212
uses: actions/setup-python@v5

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
permissions:
2828
actions: read
2929
contents: read

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: '7.4.0.24'
1010
jobs:
1111
build:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: insert version

.github/workflows/nightly-model-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
uses: mxschmitt/action-tmate@v3
119119
if: ${{ failure() }}
120120
export:
121-
runs-on: ubuntu-20.04
121+
runs-on: ubuntu-24.04
122122
needs: build
123123
steps:
124124
- name: Create Docker Image Dir
@@ -203,7 +203,7 @@ jobs:
203203
uses: mxschmitt/action-tmate@v3
204204
if: ${{ failure() }}
205205
import:
206-
runs-on: ubuntu-20.04
206+
runs-on: ubuntu-24.04
207207
needs: export
208208
steps:
209209
- name: Create working directory
@@ -272,7 +272,7 @@ jobs:
272272
if: ${{ failure() }}
273273

274274
summarize:
275-
runs-on: ubuntu-20.04
275+
runs-on: ubuntu-24.04
276276
needs: import
277277
steps:
278278
- name: Make Results Directory

.github/workflows/site_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
build:
2727
name: Build client installers
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-24.04
2929
steps:
3030
- name: checkout tag
3131
uses: actions/checkout@v4
@@ -154,7 +154,7 @@ jobs:
154154

155155
deploy:
156156
name: Deploy to site
157-
runs-on: ubuntu-20.04
157+
runs-on: ubuntu-24.04
158158
needs: notarize
159159
steps:
160160
- name: checkout tag

.github/workflows/webhelp-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
jobs:
55
deploy:
66
name: Deploy Web Help Documentation
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- name: checkout repository
1010
uses: actions/checkout@v4

0 commit comments

Comments
 (0)