Skip to content

Commit d3b12c0

Browse files
authored
Update CI workflow to use Ubuntu 22.04 and Python 3.11
1 parent ec1ebc7 commit d3b12c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/omv-ci.yml

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

13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04 # for eden...
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ "3.10" ]
17+
python-version: [ "3.10", "3.11" ]
1818
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_validate, jNeuroML_Moose, "jNeuroML_Moose:4.0.0.dev20240411", jNeuroML_EDEN ]
1919

2020
steps:

0 commit comments

Comments
 (0)