From 3862c9221e208a49b2c2619a7c483f22f836490f Mon Sep 17 00:00:00 2001 From: SolDev69 Date: Sun, 24 Mar 2024 22:22:46 -0400 Subject: [PATCH] fix publish ci --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76ddd42..7f1aeee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: matrix: # Use these Java versions java: [ - 16 # Minimum supported by Minecraft + 17 ] # and run on both Linux and Windows os: [ubuntu-20.04, windows-latest]