This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new a676da5 [CI] Workaround MKL CI timeout issue (#20777)
a676da5 is described below
commit a676da5f152a399ff28e5269c201091f83b8e799
Author: Zhenghui Jin <[email protected]>
AuthorDate: Tue Dec 14 09:56:42 2021 -0800
[CI] Workaround MKL CI timeout issue (#20777)
---
.github/workflows/os_x_mklbuild.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/os_x_mklbuild.yml
b/.github/workflows/os_x_mklbuild.yml
index 2acc3c0..e06dd5e 100644
--- a/.github/workflows/os_x_mklbuild.yml
+++ b/.github/workflows/os_x_mklbuild.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
macosx-x86_64:
- runs-on: macos-latest
+ runs-on: macos-10.15
steps:
- name: Checkout repository
uses: actions/checkout@v2