From 6abf83f451fde4efe8c33b797f6dae0ce0b9dcf7 Mon Sep 17 00:00:00 2001 From: Ennio Visconti Date: Wed, 5 Jul 2023 13:59:48 +0200 Subject: [PATCH] re-enabled matrix for github actions --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a41fb989..5e2b4df4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,11 +7,7 @@ jobs: name: Java build strategy: matrix: - os: [ -# macos-latest, -# windows-latest, - ubuntu-latest - ] + os: [ macos-latest, windows-latest, ubuntu-latest ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3