Skip to content

Add macos-14 to the push and nightly workflows #13299

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 12 commits into from
Feb 2, 2024

Conversation

shivammathur
Copy link
Member

Adding macos-14 to the push and nightly workflows to test with arm64 architecture.
Ref: https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/


This PR also does the following

  • Added libsodium to the brew action as it is not installed on macos-14 by default.
  • Replaced hardcoded brew path in configure-macos action as brew's prefix is different in macos-14.

@shivammathur
Copy link
Member Author

shivammathur commented Feb 1, 2024

@dstogov

Once you have a chance, please have a look at the build failure.

It fails when building without capstone as offset is not used.

@dstogov
Copy link
Member

dstogov commented Feb 1, 2024

Once you have a chance, please have a look at the build failure.

It fails when building without capstone as offset is not used.

This should be fixed via 2bf9f7e

@danog
Copy link
Contributor

danog commented Feb 1, 2024

Btw could you target this against PHP-8.2? I believe it's a good idea to run arm64 tests on currently supported versions of PHP as well as the master branch :)

@shivammathur shivammathur changed the base branch from master to PHP-8.2 February 1, 2024 10:37
@shivammathur shivammathur changed the base branch from PHP-8.2 to master February 1, 2024 10:40
Copy link
Member

@iluuu1994 iluuu1994 left a comment

Choose a reason for hiding this comment

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

Thanks Shivam!

@shivammathur shivammathur changed the base branch from master to PHP-8.2 February 1, 2024 10:47
@shivammathur shivammathur changed the base branch from PHP-8.2 to master February 1, 2024 11:30
Copy link
Member

@iluuu1994 iluuu1994 left a comment

Choose a reason for hiding this comment

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

LGTM otherwise

@iluuu1994
Copy link
Member

@shivammathur Thanks! Feel free to merge yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants