upstream: github.com/mirage/ca-certs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable windows CI since we do not support windows (yet) use 4.11.1

+2 -2
+2 -2
.github/workflows/test.yml
··· 9 9 strategy: 10 10 fail-fast: false 11 11 matrix: 12 - ocaml-version: ["4.11.0"] 13 - operating-system: [macos-latest, ubuntu-latest, windows-latest] 12 + ocaml-version: ["4.11.1"] 13 + operating-system: [macos-latest, ubuntu-latest] 14 14 15 15 runs-on: ${{ matrix.operating-system }} 16 16