Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

handle update to macos github actions workflow #199

Open
bashbaug opened this issue Nov 10, 2022 · 1 comment
Open

handle update to macos github actions workflow #199

bashbaug opened this issue Nov 10, 2022 · 1 comment

Comments

@bashbaug
Copy link
Contributor

See: #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.
@chenrui333
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants