From 9a03863b9c4beeb6364b0ec00a9ff8a6a7d91def Mon Sep 17 00:00:00 2001 From: seasnail Date: Wed, 1 Sep 2021 13:08:30 +0100 Subject: [PATCH] Update pull_request.yml --- .github/workflows/pull_request.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e08b516..20782d5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -3,13 +3,7 @@ on: pull_request jobs: build: - strategy: - matrix: - os: - - macos-latest - - windows-latest - - ubuntu-latest - runs-on: '${{ matrix.os }}' + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 @@ -17,9 +11,7 @@ jobs: java-version: 16 distribution: adopt - name: Build - run: | - chmod +x ./gradlew - ./gradlew build + run: ./gradlew build - name: Upload artifacts uses: actions/upload-artifact@v2.2.4 with: