Carson Radtke
d334a4f171
google test does not work with gcc12
2024-11-25 11:20:14 -06:00
Carson Radtke
ed21da6527
looks like xcode 16.1 support is not coming soon
2024-11-25 10:14:05 -06:00
Carson Radtke
d71d5225e5
fix failing macos test
...
Looks like https://github.com/actions/runner-images/issues/10703 took
away support for xcode 14. That is why the latest action failed. There
an active PR adding support for xcode 16 to the macos runner
(https://github.com/actions/runner-images/pull/10967 ). This commit will
fail until that has been merged, but it is probably worth waiting for.
2024-11-15 12:17:02 -06:00
Carson Radtke
ce2a959e02
[ci]: add testing pipelines to github actions ( #1159 )
...
move pipeline testing from AzDO to GitHub Actions.
* update clang versions to 13-15
* update gcc versions to 10-12
* update xcode versions to 14.3.1 and 15.4
* test against C++23 (where supported)
2024-10-14 15:05:13 -05:00