mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
fix macos-13
This commit is contained in:
parent
039e81233f
commit
266933500a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/blank.yml
vendored
6
.github/workflows/blank.yml
vendored
|
|
@ -51,11 +51,11 @@ jobs:
|
|||
- run: eval $(opam env)
|
||||
|
||||
- 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
|
||||
if: ${{ matrix.os != 'macos-latest' }}
|
||||
if: ${{ matrix.os != 'macos-latest' && matrix.os != 'macos-13'}}
|
||||
- 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 install --profile=release
|
||||
- run: opam exec -- dune test stdlib/regression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue