Skip to content

Commit

Permalink
Merge pull request #80 from NeuralEnsemble/development
Browse files Browse the repository at this point in the history
 Add NicolettiEtAl2024_MN_IN & fix macos test runs
  • Loading branch information
pgleeson authored Dec 16, 2024
2 parents 02a37da + b58dfae commit b202fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
java: [ '8', '11', '16', '17', '19', '21' ]
runs-on: [ubuntu-latest, windows-latest, macos-latest, macos-12 ]
runs-on: [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
exclude:
- runs-on: macos-latest
java: "8"
Expand All @@ -32,8 +32,8 @@ jobs:
distribution: 'adopt'


- name: Install SVN on macos-latest
if: ${{ matrix.runs-on == 'macos-latest' }}
- name: Install SVN on macos
if: ${{ matrix.runs-on == 'macos-latest' || matrix.runs-on == 'macos-13' }}
run: |
brew install subversion
Expand Down
1 change: 1 addition & 0 deletions osb/checkOsb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ standardGHProject 'CelegansNeuromechanicalGaitModulation' 'invertebrate/celegans
standardGHProject 'muscle_model' 'invertebrate/celegans' 'openworm'
standardGHProject 'JohnsonMailler_MuscleModel' 'invertebrate/celegans' 'openworm'
standardGHProject 'NicolettiEtAl2019_NeuronModels' 'invertebrate/celegans' 'openworm'
standardGHProject 'NicolettiEtAl2024_MN_IN' 'invertebrate/celegans' 'openworm'

standardGHProject 'PyloricNetwork' 'invertebrate/lobster'
standardGHProject 'MorrisLecarModel' 'invertebrate/barnacle'
Expand Down

0 comments on commit b202fcf

Please sign in to comment.