diff --git a/.github/workflows/matrix.json b/.github/workflows/matrix.json index 356a5ae667810..51a7a317673c6 100644 --- a/.github/workflows/matrix.json +++ b/.github/workflows/matrix.json @@ -6,6 +6,11 @@ "host": "arm-linux-gnueabihf", "dep_opts": "" }, + { + "depends_name": "x86_64-apple-darwin", + "host": "x86_64-apple-darwin", + "dep_opts": "" + }, { "depends_name": "x86_64-pc-linux-gnu_debug", "host": "x86_64-pc-linux-gnu", @@ -66,6 +71,10 @@ "build_target": "linux64_ubsan", "depends_name": "x86_64-pc-linux-gnu_debug" }, + { + "build_target": "mac", + "depends_name": "x86_64-apple-darwin" + }, { "build_target": "win64", "depends_name": "x86_64-w64-mingw32"