From ccd0d0eb79db6ad33095ca06e9d491a27379b87a Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sun, 26 Jul 2020 13:24:32 -0700 Subject: [PATCH] chore(ci): update actions to run on macos-10.15 (#6884) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d4d1bfbf4..d4e566ff3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: config: - - os: macOS-latest + - os: macos-10.15 kind: test_release - os: windows-2019 kind: test_release