File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 java : [ '8', '11', '16', '17' ]
20- runs-on : [ubuntu-latest, macos-11, windows-latest ]
20+ runs-on : [ubuntu-latest, macos-11, windows-2019 ]
2121
2222 name : Test on Java ${{ matrix.Java }} on ${{ matrix.runs-on }}
2323 steps :
2929 distribution : ' adopt'
3030
3131 - name : Install using getNeuroML.py (non Win)
32- if : ${{ matrix.runs-on != 'windows-latest ' }}
32+ if : ${{ matrix.runs-on != 'windows-2019 ' }}
3333 run : |
3434 export main_repo_branch=${{env.main_repo_branch}}
3535 if [[ ${main_repo_branch} != "master" && ${main_repo_branch} != "development" && ${main_repo_branch} != "experimental" && ${main_repo_branch} != *"osb"* ]]; then main_repo_branch=development ; fi
4040 ./jnml -v
4141
4242 - name : Install using getNeuroML.py (Win)
43- if : ${{ matrix.runs-on == 'windows-latest ' }}
43+ if : ${{ matrix.runs-on == 'windows-2019 ' }}
4444 run : |
4545 $env:main_repo_branch=$env:GITHUB_REF_NAME
4646 if ( $env:main_repo_branch -ne "master" -and $env:main_repo_branch -ne "development" -and $env:main_repo_branch -ne "experimental" -and $env:main_repo_branch -notlike '*osb*' ) { $env:main_repo_branch="development" }
5252 .\jnml.bat -v
5353
5454 - name : Further tests (non Win)
55- if : ${{ matrix.runs-on != 'windows-latest ' }}
55+ if : ${{ matrix.runs-on != 'windows-2019 ' }}
5656 run : |
5757 pwd
5858 ls -alt
7272 ls -alt ../NeuroML2/LEMSexamples
7373
7474 - name : Further tests (Win)
75- if : ${{ matrix.runs-on == 'windows-latest ' }}
75+ if : ${{ matrix.runs-on == 'windows-2019 ' }}
7676 run : |
7777 pwd
7878 mkdir results
Original file line number Diff line number Diff line change 3232 <version >1.8.1</version >
3333 </dependency >
3434
35- <!-- Dependencies to force use of log4j 2.15 -->
35+ <!-- Dependencies to force use of log4j 2.17.1 -->
3636 <dependency >
3737 <groupId >org.apache.logging.log4j</groupId >
3838 <artifactId >log4j-1.2-api</artifactId >
39- <version >2.15.0 </version >
39+ <version >2.17.1 </version >
4040 <scope >test</scope >
4141 </dependency >
4242 <dependency >
4343 <groupId >org.apache.logging.log4j</groupId >
4444 <artifactId >log4j-slf4j-impl</artifactId >
45- <version >2.15.0 </version >
45+ <version >2.17.1 </version >
4646 <scope >test</scope >
4747 </dependency >
4848
You can’t perform that action at this time.
0 commit comments