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

CI: switch from macos-latest to macos-13 to get x64 builds #4129

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

rouault
Copy link
Member

@rouault rouault commented Apr 27, 2024

GHA has changed the macos-latest alias to macos-14 (arm64), hence to get Intel Mac one now needs to explicitly select macos-13 Cf https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

@@ -22,7 +22,7 @@ jobs:
fail-fast: true
matrix:
include:
- platform: "macos-latest"
- platform: "macos-13"
architecture: "x64"
# macOS-14 is a M1 ARM64 MacOS runner: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
- platform: "macOS-14"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we change this to latest? otherwise it is probable that we do not update to the newer ones.

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know. The -latest is also a moving target that has switched between x64 and arm64, which is annoying. It is weird that they don't provide 2 separate keywords, one for the mac version and the other one for the architecture. But I believe Apple won't support x64 anymore, so perhaps at some point that will be arm64 only.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, yes. I think that the new models are all arm. The question is how long they will support the old ones.

@rouault rouault merged commit f3fa0e0 into OSGeo:master Apr 29, 2024
23 checks passed
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.

None yet

2 participants