From 79c7ea180db21f64500f12ed21ca9a751553ab2f Mon Sep 17 00:00:00 2001 From: vitalyster Date: Thu, 12 Nov 2020 13:01:10 +0300 Subject: CI: no need in build matrix --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c60be7d6..c1af1bdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,7 @@ on: [push, pull_request] jobs: build: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-20.04, windows-latest, macos-latest] + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Set up JDK -- cgit v1.2.3