Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Oct 20, 2024
1 parent ae63048 commit 21af149
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/opam-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
fail-fast: false
matrix:
setup:
- {ocaml-version: '4.06.x', os: ubuntu-latest}
- {ocaml-version: '4.10.x', os: ubuntu-latest}
- {ocaml-version: '4.12.x', os: ubuntu-latest}
- {ocaml-version: '4.14.x', os: ubuntu-latest}
- {ocaml-version: '4.06.x', os: macos-13}
- {ocaml-version: '4.10.x', os: macos-13}
- {ocaml-version: '4.12.x', os: macos-13}
- {ocaml-version: '4.14.x', os: macos-13}
- {ocaml-compiler: '4.06.x', os: ubuntu-latest}
- {ocaml-compiler: '4.10.x', os: ubuntu-latest}
- {ocaml-compiler: '4.12.x', os: ubuntu-latest}
- {ocaml-compiler: '4.14.x', os: ubuntu-latest}
- {ocaml-compiler: '4.06.x', os: macos-13}
- {ocaml-compiler: '4.10.x', os: macos-13}
- {ocaml-compiler: '4.12.x', os: macos-13}
- {ocaml-compiler: '4.14.x', os: macos-13}
# looks like setup-ocaml@v3 can only run actions on windows for
# OCaml >= 4.13
# https://github.com/ocaml/setup-ocaml/issues/822#issuecomment-2215525942
- {ocaml-version: '4.14.x', os: windows-latest}
- {ocaml-compiler: '4.14.x', os: windows-latest}

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

Expand Down

0 comments on commit 21af149

Please sign in to comment.