Skip to content

Commit ef07a4c

Browse files
committed
fix checks
1 parent 039e812 commit ef07a4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/blank.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
- run: eval $(opam env)
5252

5353
- run: rm -fr runtime32
54-
if: ${{ matrix.os == 'macos-latest' }}
54+
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
5555
- run: opam exec -- dune b src runtime runtime32 stdlib tutorial
56-
if: ${{ matrix.os != 'macos-latest' }}
56+
if: ${{ matrix.os != 'macos-latest' && matrix.os != 'macos-13'}}
5757
- run: opam exec -- dune b src runtime stdlib tutorial
58-
if: ${{ matrix.os == 'macos-latest' }}
58+
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
5959
- run: opam exec -- dune b @install --profile=release
6060
- run: opam exec -- dune install --profile=release
6161
- run: opam exec -- dune test stdlib/regression

0 commit comments

Comments
 (0)