Skip to content

Commit

Permalink
chore: use windows-2019 in "Java CI" workflow
Browse files Browse the repository at this point in the history
according to the following source it should improve the performance:
actions/runner-images#7320
  • Loading branch information
christopher-cudennec committed Dec 20, 2023
1 parent c3108bd commit 0419ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
java_version: ['17', '21']
os: ['ubuntu-latest', 'windows-latest']
os: ['ubuntu-latest', 'windows-2019']

timeout-minutes: 60
steps:
Expand Down

0 comments on commit 0419ac1

Please sign in to comment.