diff --git a/.github/workflows/build-matrix.json b/.github/workflows/build-matrix.json index 71c87f18339..cc21bb62d06 100644 --- a/.github/workflows/build-matrix.json +++ b/.github/workflows/build-matrix.json @@ -9,12 +9,21 @@ "generator": "Ninja" }, { - "os": "macos-latest", + "comment": "Explicit macOS versions are required for explicit x64 CPU.", + "os": "macos-14", "os_name": "osx", "target_arch": "x64", "exe_ext": "", "generator": "Ninja" }, + { + "comment": "Explicit macOS versions are required for explicit arm64 CPU.", + "os": "macos-14-arm64", + "os_name": "osx", + "target_arch": "arm64", + "exe_ext": "", + "generator": "Ninja" + }, { "os": "windows-latest", "os_name": "win",