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

github-action/macos build fix #4450

Merged
merged 1 commit into from Apr 29, 2024
Merged

Conversation

myungjoo
Copy link
Member

Github-action macos build started spitting:

Run actions/setup-python@v1
  with:
    python-version: 3.x
    architecture: x64
  env:
    changed_file_list: /var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/tmp.b0uhtmFUzp
    rebuild:        1
Error: Version 3.x with arch x64 not found
Available versions:

Similar with actions/setup-python#162

Github-action macos build started spitting:
```
Run actions/setup-python@v1
  with:
    python-version: 3.x
    architecture: x64
  env:
    changed_file_list: /var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/tmp.b0uhtmFUzp
    rebuild:        1
Error: Version 3.x with arch x64 not found
Available versions:
```
Similar with actions/setup-python#162

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
@anyj0527
Copy link
Member

The issue is related with actions/runner-images#9770, which reports macos-latest only supports only 3.11 and 3.12

@myungjoo
Copy link
Member Author

The issue is related with actions/runner-images#9770, which reports macos-latest only supports only 3.11 and 3.12

With this fix, it appears that 3.10 works.

Copy link
Member

@anyj0527 anyj0527 left a comment

Choose a reason for hiding this comment

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

LGTM✔

@jaeyun-jung jaeyun-jung merged commit 29deacb into nnstreamer:main Apr 29, 2024
16 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

3 participants