From f4ad65c20cd08488951c45858b1274143b9f0d86 Mon Sep 17 00:00:00 2001 From: Armin Zavada Date: Sat, 14 Sep 2024 17:47:06 +0200 Subject: [PATCH] Turn off windows until WSL2 is installed on Github Actions Windows runners --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ada733..c79869a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,15 +12,15 @@ jobs: build: permissions: contents: read - strategy: - fail-fast: false - matrix: - os: - - ubuntu-latest -# - ubuntu-20.04 - - windows-latest -# - macos-13 - runs-on: ${{ matrix.os }} +# strategy: +# fail-fast: false +# matrix: +# os: +# - ubuntu-latest +## - ubuntu-20.04 +# - windows-latest +## - macos-13 + runs-on: ubuntu-latest #${{ matrix.os }} steps: - name: Set up JDK uses: actions/setup-java@v4 @@ -34,7 +34,7 @@ jobs: - name: Gradle build run: ./gradlew build - name: Upload Artifacts - if: ${{ matrix.os == 'ubuntu-latest' }} +# if: ${{ matrix.os == 'ubuntu-latest' }} uses: actions/upload-artifact@v4 with: path: |