Skip to content

Commit

Permalink
Try a different source?
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Oct 10, 2024
1 parent 3a6702f commit fb037c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Install Java # for pyNeuroML
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '20'
distribution: 'temurin'
java-version: '21'

- name: Install Perl # for BioNetGen
run: |
Expand Down

0 comments on commit fb037c3

Please sign in to comment.