nnstreamer / nnstreamer

:twisted_rightwards_arrows: Neural Network (NN) Streamer, Stream Processing Paradigm for Neural Network Apps/Devices.
https://nnstreamer.ai
GNU Lesser General Public License v2.1
683 stars 171 forks source link

github-action/macos build fix #4450

Closed myungjoo closed 1 month ago

myungjoo commented 1 month ago

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 https://github.com/actions/setup-python/issues/162

anyj0527 commented 1 month ago

The issue is related with https://github.com/actions/runner-images/issues/9770, which reports macos-latest only supports only 3.11 and 3.12

myungjoo commented 1 month ago

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.