From e18eb769d234ba0d72d59f6d33febafbf9126d02 Mon Sep 17 00:00:00 2001 From: Kneelawk Date: Sat, 27 Apr 2024 00:07:04 -0700 Subject: [PATCH] Workflowestest Since we're not running tests, there's no real use in running on windows. Switching to running CI exclusively on ubuntu-latest for the time-being. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 368aa146a..68993ed5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: java: [ 17 # Current Java LTS & minimum supported by Minecraft ] - os: [ ubuntu-20.04, windows-2022 ] + os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} steps: - name: Checkout