From 650dff0bd7cc85dfdff970c4e410776c30043a9c Mon Sep 17 00:00:00 2001 From: Daniel Mita Date: Sun, 17 Mar 2024 18:57:56 +0000 Subject: [PATCH] Enable windows --- .github/workflows/exercises.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exercises.yml b/.github/workflows/exercises.yml index 04ec7be4..f136e853 100644 --- a/.github/workflows/exercises.yml +++ b/.github/workflows/exercises.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-22.04', 'macos-14'] + os: ['ubuntu-22.04', 'macos-14', 'windows-2022'] name: Rakudo Star on ${{ matrix.os }} steps: - name: Checkout