Skip to content

Commit

Permalink
Workflowest
Browse files Browse the repository at this point in the history
Use windows-2022 for runner because the windows-2024 runners aren't running.
  • Loading branch information
Kneelawk committed Apr 27, 2024
1 parent dd50ee4 commit 6cd2a4e
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 @@ -10,7 +10,7 @@ jobs:
17, # Current Java LTS & minimum supported by Minecraft
21
]
os: [ ubuntu-20.04, windows-2024 ]
os: [ ubuntu-20.04, windows-2022 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 6cd2a4e

Please sign in to comment.