Skip to content

Commit c578a12

Browse files
authored
Update CI workflow to use Ubuntu 22.04
1 parent 69a7d43 commit c578a12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04 # for eden & nest...
1414
strategy:
1515
fail-fast: false
1616
matrix:
@@ -24,8 +24,7 @@ jobs:
2424
- PyLEMS_NeuroML2
2525
- PyNN_NEURON
2626
- PyNN_Nest
27-
- "PyNEURON:8.1"
28-
- "PyNEURON:7.8.2"
27+
- PyNEURON
2928

3029
steps:
3130
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)