From f3cc4fcd154cff86432a6fbbba7766aaf78f9e26 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Wed, 27 Jul 2022 00:24:08 -0400 Subject: [PATCH] github-actions: Drop python3.7 macos job Python 3.7 is broken on macos-11 [0], at the same time macos-10.15 will be removed by github-actions[1]. [0] https://github.com/actions/virtual-environments/issues/4230 [1] https://github.com/actions/virtual-environments/issues/5583 Signed-off-by: Jan Vesely --- .github/workflows/pnl-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pnl-ci.yml b/.github/workflows/pnl-ci.yml index 45b148343c0..b97eaa55ecf 100644 --- a/.github/workflows/pnl-ci.yml +++ b/.github/workflows/pnl-ci.yml @@ -22,10 +22,6 @@ jobs: extra-args: [''] os: [ubuntu-latest, macos-latest, windows-latest] include: - # 3.7 is broken on macos-11, https://github.com/actions/virtual-environments/issues/4230 - - python-version: 3.7 - python-architecture: 'x64' - os: macos-10.15 # add 32-bit build on windows - python-version: 3.8 python-architecture: 'x86'