Skip to content

Commit

Permalink
Don't need a full matrix; try Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Sep 3, 2024
1 parent 15016b4 commit 154fdb9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
# - windows-latest
os: ubuntu-latest
ocaml-compiler:
- 5.0.x
- 5.2.x
- 4.14.x
include:
- os: macos-latest
ocaml-compiler: 4.14.x
- os: windows-latest
ocaml-compiler: 4.14.x

runs-on: ${{matrix.os}}
steps:
Expand All @@ -21,11 +23,9 @@ jobs:
submodules: recursive

- uses: ocaml/setup-ocaml@v3
name: Use OCaml ${{matrix.ocaml-compiler}}
with:
ocaml-compiler: ${{matrix.ocaml-compiler}}


# For caqti Postgres tests. Opam does actually install Postgres for us, however brew
# doesn't link it by default, so we have to install and link it manually.
- name: Prepare MacOS
Expand Down

0 comments on commit 154fdb9

Please sign in to comment.