GitHub's macos-14 runners now also support Python 3.8 and 3.9. This PR adjusts the reusable workflows to remove the special handling that was in place previously.
Checklist:
[x] The pull request only contains commits that are related to it.
[x] I have added appropriate tests and documentation.
[x] I have made sure that all CI jobs on GitHub pass.
[x] The pull request introduces no new warnings and follows the project's style guidelines.
Description
GitHub's
macos-14
runners now also support Python 3.8 and 3.9. This PR adjusts the reusable workflows to remove the special handling that was in place previously.Checklist: