Skip to content

Commit

Permalink
ci: run fewer macOS runs
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Nov 4, 2024
1 parent 77ef025 commit c450a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
strategy:
matrix:
setup:
- {ocaml-version: '5_2', os: macos-13}
- {ocaml-version: '5_3', os: macos-13}
- {ocaml-version: '4_14', os: macos-14}
- {ocaml-version: '5_2', os: macos-14}
- {ocaml-version: '5_3', os: macos-14}
runs-on: ${{ matrix.setup.os }}
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/opam-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
- {ocaml-compiler: '4.14.x', os: ubuntu-latest}
- {ocaml-compiler: 'ocaml-base-compiler.5.3.0~alpha1', 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}
- {ocaml-compiler: 'ocaml-base-compiler.5.3.0~alpha1', os: macos-13}
- {ocaml-compiler: 'ocaml-base-compiler.5.3.0~alpha1', os: macos-14}
# 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
Expand Down

0 comments on commit c450a1a

Please sign in to comment.