Skip to content

Commit

Permalink
Test on mac 14
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Apr 9, 2024
1 parent 471e826 commit 53cf9ee
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Continuous builds

on:
push:
branches: [ main, development ]
branches: [ main, development, experimental ]
pull_request:
branches: [ main, development ]
branches: [ main, development, experimental ]

jobs:
build:
Expand All @@ -14,8 +14,17 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ ubuntu-latest, macos-latest, macos-11 ]
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_EDEN, jNeuroML_validate, "EDEN:0.2.0", "EDEN:0.2.2", "EDEN:0.2.3" ]
runs-on: [ ubuntu-latest, macos-latest, macos-14 ]
engine:
- jNeuroML
- jNeuroML_NEURON
- jNeuroML_EDEN
- "jNeuroML_EDEN:0.2.3"
- jNeuroML_validate
- "EDEN:0.2.0"
- "EDEN:0.2.2"
- "EDEN:0.2.3"

python-version: [ 3.9 ]

steps:
Expand Down

0 comments on commit 53cf9ee

Please sign in to comment.