We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3299960 commit 75478a1Copy full SHA for 75478a1
2 files changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
21, # Current Java LTS & minimum supported by Minecraft
16
]
17
# and run on both Linux and Windows
18
- os: [ubuntu-20.04]
+ os: [ubuntu-24.04]
19
runs-on: ${{ matrix.os }}
20
steps:
21
- name: checkout repository
.github/workflows/checkMappings.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
0 commit comments