You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👷🔧🍎 enable Python 3.8+ tests on macos-14 runners (cda-tum#597)
## 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:
<!---
This checklist serves as a reminder of a couple of things that ensure
your pull request will be merged swiftly.
-->
- [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.
Signed-off-by: burgholzer <burgholzer@me.com>
- runs-on: macos-14 # test Apple Silicon architecture
81
-
python-version: ${{ needs.dist.outputs.max-python-version }} # testing Apple Silicon on 3.8 is blocked by https://github.com/actions/setup-python/issues/808
0 commit comments