From e97ee37c12cea52499f74b161f576eb9acb99913 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Tue, 4 Jul 2023 22:26:43 +0100 Subject: [PATCH] Add Windows 10 build --- .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 627761d6..bd59fb79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: matrix: include: - os: macos-latest - - os: windows-latest + - os: windows-2019 - os: ubuntu-20.04 steps: - uses: actions/checkout@v3