From 89e808e1d7f53ca7fbd325b3f90c3eb00d4d6129 Mon Sep 17 00:00:00 2001 From: David Warring Date: Tue, 31 Oct 2023 07:18:19 +1300 Subject: [PATCH] try for a wider range of Windows CI build platforms --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 952d8a6..b0adc60 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,12 +16,13 @@ jobs: - ubuntu-latest - macOS-latest - windows-2019 + - windows-latest raku-version: - 'latest' - '2022.02' - exclude: - - os: windows-2019 - raku-version: 'latest' +## exclude: +## - os: windows-2019 +## raku-version: 'latest' runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2