From a714cf5cd07c0fa624965ab0b1a7c34e5143b75e Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Mon, 25 Sep 2023 22:10:33 +0000 Subject: [PATCH] Update CI workflow for these tests Signed-off-by: Peter Nied --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a32b82fd37..cd8351d702 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,9 +86,8 @@ jobs: strategy: fail-fast: false matrix: - number: [1,2,3,4,5,6,7,8,9] # Making sure these tests aren't flaky jdk: [11, 17] - platform: [ubuntu-latest] # Removing windows support for the tests to keep agile + platform: [ubuntu-latest] # Removing windows temporarily runs-on: ${{ matrix.platform }} steps: