Skip to content

Commit

Permalink
try for a wider range of Windows CI build platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Oct 30, 2023
1 parent 3b2baa6 commit 89e808e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89e808e

Please sign in to comment.