From 0ef5825515f57763497693a684dfda6347e3bc0f Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Mon, 28 Nov 2022 16:38:53 +0100 Subject: [PATCH] ci: Bump windows-2019 to windows-latest (#1116) --- .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 3d204e4e5..8ac253e25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: matrix: os: - ubuntu-latest - - windows-2019 # temporary pin to avoid timeouts on windows-2022 + - windows-latest - macos-latest steps: -