Skip to content

Commit

Permalink
Downgrade ubuntu runner images version as current one are failing (#5384
Browse files Browse the repository at this point in the history
)

Downgrade ubuntu runner images version.
  • Loading branch information
filipelautert committed Dec 14, 2023
1 parent 4136260 commit 87cf995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, macos-latest, windows-2019 ]
os: [ ubuntu-20.04, macos-latest, windows-2019 ]
java: [ 8, 11, 17, 21 ]
exclude:
# exclude non-java 8 on macos and windows builds
Expand Down

0 comments on commit 87cf995

Please sign in to comment.