We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126545b commit 650dff0Copy full SHA for 650dff0
.github/workflows/exercises.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: ['ubuntu-22.04', 'macos-14']
+ os: ['ubuntu-22.04', 'macos-14', 'windows-2022']
12
name: Rakudo Star on ${{ matrix.os }}
13
steps:
14
- name: Checkout
0 commit comments