diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index cab72ca..ba6c9ca 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -23,7 +23,7 @@ jobs: - macos-11 - ubuntu-20.04 ocaml-compiler: - - 4.14.0 + - 4.14.1 runs-on: ${{ matrix.os }} @@ -131,14 +131,14 @@ jobs: opam exec -- just build_dev opam exec -- just test_dev opam exec -- just install_dev - if: matrix.ocaml-compiler == '4.14.0' + if: matrix.ocaml-compiler == '4.14.1' # Send the coverage. - name: Send coverage run: | opam install bisect_ppx opam exec -- just send_coverage - if: matrix.ocaml-compiler == '4.14.0' && matrix.os == 'ubuntu-20.04' + if: matrix.ocaml-compiler == '4.14.1' && matrix.os == 'ubuntu-20.04' env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -148,18 +148,18 @@ jobs: opam exec -- just build_release opam exec -- just test_release opam exec -- just install_release - if: matrix.ocaml-compiler == '4.14.0' + if: matrix.ocaml-compiler == '4.14.1' - name: Upload InteinFinder artifact uses: actions/upload-artifact@v2 with: name: ${{ env.PROGRAM_NAME }}-${{ matrix.os }} path: _build/install/default/bin/${{ env.PROGRAM_NAME }} - if: matrix.ocaml-compiler == '4.14.0' + if: matrix.ocaml-compiler == '4.14.1' - name: Upload RemoveInteins artifact uses: actions/upload-artifact@v2 with: name: RemoveInteins-${{ matrix.os }} path: _build/install/default/bin/RemoveInteins - if: matrix.ocaml-compiler == '4.14.0' + if: matrix.ocaml-compiler == '4.14.1'