From 4129794e0f2f3c01d218ff5cde8e5efc35be77cb Mon Sep 17 00:00:00 2001 From: Yurii Serhiichuk Date: Sun, 3 Mar 2024 17:42:09 +0100 Subject: [PATCH] Drop windows builds --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 820fe59..b321220 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: java: [ 8, 11 ] - os: [ ubuntu-22.04, macos-13, windows-2022 ] + os: [ ubuntu-22.04, macos-13 ] runs-on: ${{ matrix.os }} steps: