diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd8351d702..e2439da2ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: fail-fast: false matrix: jdk: [11, 17] - platform: [ubuntu-latest] # Removing windows temporarily + platform: [ubuntu-latest] # Removing windows temporarily runs-on: ${{ matrix.platform }} steps: