fix macos-13

This commit is contained in:
Danya Berezun 2025-03-04 17:52:21 +01:00
parent 039e81233f
commit 266933500a

View file

@ -51,11 +51,11 @@ jobs:
- run: eval $(opam env) - run: eval $(opam env)
- run: rm -fr runtime32 - run: rm -fr runtime32
if: ${{ matrix.os == 'macos-latest' }} if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
- run: opam exec -- dune b src runtime runtime32 stdlib tutorial - run: opam exec -- dune b src runtime runtime32 stdlib tutorial
if: ${{ matrix.os != 'macos-latest' }} if: ${{ matrix.os != 'macos-latest' && matrix.os != 'macos-13'}}
- run: opam exec -- dune b src runtime stdlib tutorial - run: opam exec -- dune b src runtime stdlib tutorial
if: ${{ matrix.os == 'macos-latest' }} if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
- run: opam exec -- dune b @install --profile=release - run: opam exec -- dune b @install --profile=release
- run: opam exec -- dune install --profile=release - run: opam exec -- dune install --profile=release
- run: opam exec -- dune test stdlib/regression - run: opam exec -- dune test stdlib/regression