From eb49baf59dedd37cd1e44f0c21bc7e738160cd47 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Tue, 5 Oct 2021 17:25:14 -0400 Subject: [PATCH] github-actions: Restrict main CI run to macos-10.15 Block macos-11 until https://github.com/actions/virtual-environments/issues/4230 is fixed Signed-off-by: Jan Vesely --- .github/workflows/pnl-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pnl-ci.yml b/.github/workflows/pnl-ci.yml index c9e7940e4cb..797234f1580 100644 --- a/.github/workflows/pnl-ci.yml +++ b/.github/workflows/pnl-ci.yml @@ -22,7 +22,7 @@ jobs: matrix: python-version: [3.7, 3.8, 3.9] python-architecture: ['x64'] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-10.15, windows-latest] include: # add 32-bit build on windows - python-version: 3.8