Skip to content

Commit

Permalink
github-actions: Restrict main CI run to macos-10.15
Browse files Browse the repository at this point in the history
Block macos-11 until
actions/runner-images#4230 is fixed

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely committed Oct 6, 2021
1 parent 9b2ab4f commit 591aad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pnl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 591aad8

Please sign in to comment.