Skip to content
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

add mac arm build #11

Merged
merged 1 commit into from
Jun 5, 2024
Merged

add mac arm build #11

merged 1 commit into from
Jun 5, 2024

Conversation

GaelLnz
Copy link

@GaelLnz GaelLnz commented Jun 4, 2024

Adds release for MacOS with Apple ARM Chip

@@ -14,7 +14,7 @@ jobs:
name: Build the thrift compiler
strategy:
matrix:
os: [ubuntu-20.04, macos-12]
os: [ubuntu-20.04, macos-12, macos-14]
Copy link
Member

Choose a reason for hiding this comment

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

is macos-14 always a arm machine? not a intel one 🤔

Copy link
Author

Choose a reason for hiding this comment

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

Yes => https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/ and it can also be confirmed on the runner details

Current runner version: '2.316.1' Operating System Runner Image Image: macos-14-arm[6](https://github.com/upfluence/thrift/actions/runs/9370263535/job/25796793876?pr=11#step:1:7)4

@GaelLnz GaelLnz merged commit 4f2f7e4 into master Jun 5, 2024
4 checks passed
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.

5 participants