We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e5f34 commit 0457f4eCopy full SHA for 0457f4e
.github/workflows/clojure.yml
@@ -75,7 +75,7 @@ jobs:
75
needs: [ setup, build ]
76
strategy:
77
matrix:
78
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
79
runs-on: ${{ matrix.os }}
80
steps:
81
- uses: actions/checkout@v3
0 commit comments