alpaka-group / alpaka

Abstraction Library for Parallel Kernel Acceleration :llama:
https://alpaka.readthedocs.io
Mozilla Public License 2.0
356 stars 74 forks source link

update MacOS runner to 14 and 15 #2425

Closed SimeonEhrig closed 2 days ago

SimeonEhrig commented 3 days ago

fix #2413

Install OpenMP on MacOS simply via brew install libomp instead using custom ruby script. It's look like, the problem was that Python 2 was installed in the images in the past. Now only Python 3 is installed in the images.