https://www.apple.com/macos/catalina/
In GitHub Actions, runs-on: macOS-10.14 works as expected but runs-on: macOS-10.15 does not.
https://github.community/t5/GitHub-Actions/Support-for-macOS-Catalina-10-15/m-p/35457#M2229
We currently only offer macOS 10.14. We plan to replace macOS 10.14 with 10.15 before 11/13.
Hi @kaylangan 馃檪
Small world, isn't it?
Why don't we keep all macOS versions that are still supported by Apple (commonly the last three), so you are able to test workloads against multiple OS versions that are in the wild?
@sfynx we've considered this, but at this point in time don't have enough VM capacity to support multiple versions of macOS.
Are 10.14 image being removed and replaced with 10.15 right now?
This build uses explicit macOS-10.14, and 5 jobs passed, but 4 jobs just say "This check failed" with no further info:

One says "This check was neutral" with no further info:

Replacing with macOS-latest lets them all pass but I've no idea which macOS version is actually being used. Are some using removed 10.14 and others a new 10.15?

Please could you could output the OS version along with other pertinent tools and version numbers at the start of each run?
This can really help debug problems when things are upgraded in the image. For example, Travis CI begins builds with "Build system information":

Thank you!
Display platform information
version() = Darwin Kernel Version 19.0.0: Thu Oct 17 16:17:15 PDT 2019; root:xnu-6153.41.3~29/RELEASE_X86_64
Run import inspect
architecture() = ('64bit', '')
mac_ver() = ('10.15.1', ('', '', ''), 'x86_64')
Most helpful comment
Hi @kaylangan 馃檪
Small world, isn't it?