OpenCL-ICD-Loader
OpenCL-ICD-Loader copied to clipboard
handle update to macos github actions workflow
See: https://github.com/KhronosGroup/OpenCL-ICD-Loader/pull/198
The macos-latest workflow was updated recently to macos-12, which doesn't have the gcc versions our MacOS CI is currently testing.
Several options to consider:
- Stick with macos-11 for the foreseeable future, which has the older gcc versions.
- Switch to macos-12 and test with gcc-11 only.
- Switch to macos-12 and figure out a way to install the older gcc versions.
Switch to macos-12 and figure out a way to install the older gcc versions.
homebrew has different versions of gcc for macos-12 if needed.