Skip to content

Commit

Permalink
Define GitHub runners versions for Linux and Windows platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Dec 20, 2024
1 parent 69609b4 commit b594592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
jdk: [21, 23]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-22.04, windows-2022]
fail-fast: false
max-parallel: 4
timeout-minutes: 30
Expand Down

0 comments on commit b594592

Please sign in to comment.