ledatelescope / bifrost

A stream processing framework for high-throughput applications.
BSD 3-Clause "New" or "Revised" License
64 stars 29 forks source link

Mac builds with Python 3.6 are failing in Github Actions #235

Closed league closed 1 month ago

league commented 1 month ago

The transcript says:

  Version 3.6 was not found in the local cache
  Error: The version '3.6' with architecture 'arm64' was not found for macOS 14.4.1.
  The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

That list does contain some 3.6.x, but then I noticed the part about "architecture arm64"… so this comment seems to be relevant:

For me this looks like it's probably that the macos-latest Github action runner appears to have switched to an M1 ARM mac, where at least last week macos-latest was an x86 mac.

So I see a couple of options:

league commented 1 month ago

This should be ready, and can prevent other branches from failing on macos/py36 if merged or cherry-picked there.