diff --git a/build-matrix.json b/build-matrix.json index 8c7bf63..25809b5 100644 --- a/build-matrix.json +++ b/build-matrix.json @@ -8,11 +8,19 @@ "exe_ext": "" }, { - "os": "macos-latest", + "comment": "Explicit macOS version 13 is required for explicit x64 CPU.", + "os": "macos-13", "os_name": "osx", "target_arch": "x64", "exe_ext": "" }, + { + "comment": "Latest macOS version 13 is arm64 CPU.", + "os": "macos-latest", + "os_name": "osx", + "target_arch": "arm64", + "exe_ext": "" + }, { "os": "windows-latest", "os_name": "win", @@ -28,12 +36,6 @@ "os_name": "linux", "target_arch": "arm64", "exe_ext": "" - }, - { - "os": "self-hosted-macos-arm64", - "os_name": "osx", - "target_arch": "arm64", - "exe_ext": "" } ] }