Commit 2669335 1 parent 039e812 commit 2669335 Copy full SHA for 2669335
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ jobs:
51
51
- run : eval $(opam env)
52
52
53
53
- run : rm -fr runtime32
54
- if : ${{ matrix.os == 'macos-latest' }}
54
+ if : ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-13' }}
55
55
- 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' }}
57
57
- 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' }}
59
59
- run : opam exec -- dune b @install --profile=release
60
60
- run : opam exec -- dune install --profile=release
61
61
- run : opam exec -- dune test stdlib/regression
You can’t perform that action at this time.
0 commit comments