From 094be9be86210d1582a77e5526c014d274ef9981 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Thu, 20 Jan 2022 01:56:35 +0800 Subject: [PATCH] Update python-publish.yml --- .github/workflows/python-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index c2c083345..db14fbf3b 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -12,7 +12,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-latest, macos-11] + os: [windows-latest, macos-11] + # FIXME: macos-latest will raise error now. # not supporting 3.6 due to annotations is not supported https://stackoverflow.com/a/52890129 python-version: [3.7, 3.8]