From fd5464c1d0b0f22c37fb09a6d229d7b1b8332ef8 Mon Sep 17 00:00:00 2001 From: Don Olmstead Date: Mon, 16 Jun 2025 14:34:54 -0700 Subject: [PATCH] Remove Windows 2019 builds The `windows-1809` runners are being removed at the end of the month. --- .github/workflows/docker-image.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 421cc18..3cc4a66 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -16,8 +16,6 @@ jobs: os: windows-2022 - tag: windows-2022 os: windows-2022 - - tag: 1809 - os: windows-2019 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4