From 0f954e35803ecce0d713577adcb689bc3433c964 Mon Sep 17 00:00:00 2001 From: "Linlang Lv (iSoftStone)" Date: Tue, 18 Jul 2023 12:36:40 +0800 Subject: [PATCH] test_ci --- .github/workflows/test_qlib_from_source.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_qlib_from_source.yml b/.github/workflows/test_qlib_from_source.yml index 819538a64..3f997bdc0 100644 --- a/.github/workflows/test_qlib_from_source.yml +++ b/.github/workflows/test_qlib_from_source.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-20.04, ubuntu-22.04, macos-11, macos-latest] + os: [macos-11, macos-latest, macos-10] # not supporting 3.6 due to annotations is not supported https://stackoverflow.com/a/52890129 python-version: [3.7, 3.8]