diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2020-07-26 13:24:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 16:24:32 -0400 |
commit | ccd0d0eb79db6ad33095ca06e9d491a27379b87a (patch) | |
tree | 78ee86cb43bbaf3d8c60db52db1caa40979102f3 | |
parent | c8fc679329f45f50c061a67400e572f356b7890f (diff) |
chore(ci): update actions to run on macos-10.15 (#6884)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d4d1bfbf..d4e566ff3 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 |