Commit Graph

7 Commits

Author SHA1 Message Date
Ewout ter Hoeven
5780728a60
CI: macOS: Unfix Xcode version to use the latest stable one
Removes the selection of a fixed Xcode version added in 242b7dd which assured Xcode version 12.2 was used when the default was still 12.1. The GitHub default is now 12.4 and newer versions will be made the default a few weeks after the stable release. This commit ensures an up to date Xcode version is used in the CI.
2021-03-29 01:30:25 +02:00
Gregor Jasny
721db105e6 cmake: Use modern add_test signature
Using this modern signature makes CMake/CTest use the effective
binary path and works also with multi-config generators which put
binaries in extra `Release` folders.
2020-12-11 08:36:26 +01:00
Jan Niklas Hasse
242b7dd900 GitHub Actions: Build Universal Binary for macOS 2020-11-23 17:32:13 +01:00
past-due
b91ceb65c8 Add MACOSX_DEPLOYMENT_TARGET to macos workflow 2020-04-17 20:21:03 -04:00
Michael Hirsch, Ph.D
f24d01e83c
ci: use latest checkout action 2020-02-19 06:05:44 -05:00
Michael Hirsch, Ph.D
5ae2ce8f55
ci: use contemporary CMake commands and use latest CMake 2020-02-19 06:05:21 -05:00
Jan Niklas Hasse
e0f4e3406d GitHub Actions: Split Windows and macOS workflows
Somehow `$(find ./build -name ninja -or -name ninja.exe)` stopped
working on Windows.
2020-01-18 00:17:38 +01:00