Skip to content

Commit

Permalink
Bump openjdk version to 11
Browse files Browse the repository at this point in the history
This commit resolves an unusual bug where pytest
fails to collect the results of the jep test, resulting
in failing CI jobs. I was able to reproduce this locally,
sometimes, with openjdk=8. There must be a race condition involved
with the bug as it doesn't always fail. The crash is a seg fault.
  • Loading branch information
elevans committed Aug 23, 2024
1 parent 8e2eea4 commit 45cb752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '11'
distribution: 'zulu'
cache: 'maven'

Expand Down

0 comments on commit 45cb752

Please sign in to comment.