From ba3a7014d1c9c19e07f5087742bcf4ab59e04a88 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Tue, 26 Sep 2023 06:45:05 -0500 Subject: [PATCH] Fix spotless issue on ci.yml Signed-off-by: Peter Nied --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: