Skip to content

ci: remove macos-11 #402

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

Closed
oleg-jukovec opened this issue Jul 23, 2024 · 0 comments
Closed

ci: remove macos-11 #402

oleg-jukovec opened this issue Jul 23, 2024 · 0 comments
Labels
bug Something isn't working code health Improve code readability, simplify maintenance and so on teamE

Comments

@oleg-jukovec
Copy link
Collaborator

macos-11 no longer supported by GitHub actions:
https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/

So we need to drop the macos-11 from CI or replace it with macos-13/macos-14.

@oleg-jukovec oleg-jukovec added code health Improve code readability, simplify maintenance and so on teamE bug Something isn't working labels Jul 23, 2024
drewdzzz added a commit that referenced this issue Aug 6, 2024
Since GitHub does not support `macos-11` runners anymore, jobs using
these runners just hang. Let's replace them with the most actual
`macos-14` runners. Now we test the project against 12 and 14 versions:
we could fill the gap, but let's not create new runners without actual
need.

Closes #402
drewdzzz added a commit that referenced this issue Aug 6, 2024
Since GitHub does not support `macos-11` runners anymore, jobs using
these runners just hang. Let's replace them with the most actual
`macos-14` runners. Now we test the project against 12 and 14 versions:
we could fill the gap, but let's not create new runners without actual
need.

Tarantool 1.10 fails to build on `macos-14` runner, so this combination
is excluded from testing matrix.

Closes #402
drewdzzz added a commit that referenced this issue Aug 6, 2024
Since GitHub does not support `macos-11` runners anymore, jobs using
these runners just hang. Let's replace them with the most actual
`macos-14` runners. Now we test the project against 12 and 14 versions:
we could fill the gap, but let's not create new runners without actual
need.

Tarantool 1.10 fails to build on `macos-14` runner, so this combination
is excluded from testing matrix.

Closes #402
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code health Improve code readability, simplify maintenance and so on teamE
Projects
None yet
Development

No branches or pull requests

1 participant