Skip to content

Commit

Permalink
Removed 1.20 from workflow
Browse files Browse the repository at this point in the history
1.20 is skipped as it's compatible with 1.20.1
  • Loading branch information
JakeGBLP authored Feb 1, 2025
1 parent ff95939 commit 022ecfa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,9 @@ jobs:
- name: Compile Spigot 1.20.x
uses: SpraxDev/[email protected]
with:
versions: "1.20,1.20.1,1.20.2,1.20.4,1.20.6"
versions: "1.20.1,1.20.2,1.20.4,1.20.6"
remapped: true

- name: Remap 1.20
run: ./gradlew nms:nms_v1_20:build

- name: Remap 1.20.1
run: ./gradlew nms:nms_v1_20_1:build

Expand Down

0 comments on commit 022ecfa

Please sign in to comment.