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: Python 3.8 and 3.9 not found on macOS #852

Closed
PhilippPlank opened this issue Apr 24, 2024 · 0 comments · Fixed by #853
Closed

CI: Python 3.8 and 3.9 not found on macOS #852

PhilippPlank opened this issue Apr 24, 2024 · 0 comments · Fixed by #853
Assignees
Labels
0-needs-review For all new issues 1-bug Something isn't working

Comments

@PhilippPlank
Copy link
Contributor

Describe the bug
Python 3.8 and 3.9 on macOS no longer work, and actions complains about them not being a real version.

To reproduce current behavior
Run a CI test.

  1. I get this error ...
    Version 3.8 was not found in the local cache
    Error: Version 3.8 with arch arm64 not found
    The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

Expected behavior
CI test does not fail.

Environment (please complete the following information):

  • Device: GitHub runner
  • OS: MacOS
  • Lava version: NA

Additional context
macos-latest now uses M1 runners (macos-14-arm64) and 3.9 and earlier aren't available anymore. CI should stick to stick to macos-12 or macos-13 for now, to fix this issue.

@PhilippPlank PhilippPlank added the 1-bug Something isn't working label Apr 24, 2024
@PhilippPlank PhilippPlank self-assigned this Apr 24, 2024
@github-actions github-actions bot added the 0-needs-review For all new issues label Apr 24, 2024
@PhilippPlank PhilippPlank linked a pull request Apr 24, 2024 that will close this issue
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-needs-review For all new issues 1-bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant