Skip to content

setup-ocaml 2.0.6 supports macOS ARM now #5625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2022

Conversation

cknitt
Copy link
Member

@cknitt cknitt commented Aug 31, 2022

Simplify ci.yml, setup-ocaml fork is no longer needed.

@cknitt cknitt marked this pull request as ready for review August 31, 2022 18:25
@@ -34,21 +34,12 @@ jobs:
submodules: true

- name: Use OCaml ${{matrix.ocaml_compiler}}
if: runner.name != 'macos-arm'
uses: ocaml/setup-ocaml@v2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious this does not need to change. Not very transparent.
It means things will change behind your back in future.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, that's because we were using @v2 and not @v2.0.5.
In theory, following semantic versioning, any changes happening behind our back should be non-breaking.

For the other actions in this file, we are also specifying the major version only.
I would keep it this way. In case any problem arises at some point in the future, we can still specify the exact version where needed.

@cknitt cknitt merged commit 5a02948 into rescript-lang:master Aug 31, 2022
@cknitt cknitt deleted the update-ocaml-action branch August 31, 2022 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants