Skip to content

Commit

Permalink
github-actions: Drop python3.7 macos job (#2453)
Browse files Browse the repository at this point in the history
Python 3.7 is broken on macos-11 [0],
at the same time macos-10.15 will be removed by github-actions[1].

[0] actions/runner-images#4230
[1] actions/runner-images#5583

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely authored Jul 27, 2022
1 parent dccb43c commit 5f6875f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pnl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5f6875f

Please sign in to comment.