Skip to content

Commit

Permalink
Merge pull request #244 from ocsigen/ci-win
Browse files Browse the repository at this point in the history
Run CI on Windows as well
  • Loading branch information
balat authored Aug 22, 2024
2 parents a8147ee + d202009 commit 2433a6d
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,15 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
ocaml-compiler:
- "4.08"
- "4.09"
- "4.10"
- "4.11"
- "4.12"
- "4.13"
- "4.14"
- "5.0"
- "5.1"
- "5.2"
include:
- os: macos-latest
ocaml-compiler: "4.14"
- os: macos-latest
ocaml-compiler: "5.2"
- os: ubuntu-latest
ocaml-compiler: "4.08"

runs-on: ${{ matrix.os }}

Expand All @@ -43,10 +35,6 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-pin: false

- name: Re-install OpenSSL on macOS
if: runner.os == 'macOS'
run: brew update && brew reinstall openssl@3

- run: opam install . --deps-only

- run: opam exec -- ./configure
Expand Down

0 comments on commit 2433a6d

Please sign in to comment.