OpenCL-ICD-Loader icon indicating copy to clipboard operation
OpenCL-ICD-Loader copied to clipboard

handle update to macos github actions workflow

Open bashbaug opened this issue 3 years ago • 1 comments

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:

  1. Stick with macos-11 for the foreseeable future, which has the older gcc versions.
  2. Switch to macos-12 and test with gcc-11 only.
  3. Switch to macos-12 and figure out a way to install the older gcc versions.

bashbaug avatar Nov 10 '22 22:11 bashbaug

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.

chenrui333 avatar Feb 18 '23 23:02 chenrui333