From f4393d1b404e40a367d9ebed112b7b993357a36a Mon Sep 17 00:00:00 2001 From: Yi Xu Date: Wed, 21 Jul 2021 23:36:44 +0800 Subject: [PATCH] Update presubmit.yml --- .github/workflows/presubmit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 0110392e5..4b10426d0 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -56,6 +56,10 @@ jobs: strategy: matrix: include: + - os: macos-latest + python: 3.7 + with_cc: OFF + with_cpp_tests: ON - os: ubuntu-latest python: 3.9 with_cc: OFF