Skip to content

Commit a8d8261

Browse files
committed
fall back to mac 10.15
1 parent a5c09f1 commit a8d8261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, windows-latest, macos-11.0]
18+
os: [ubuntu-latest, windows-latest, macos-latest]
1919
python-version: [2.7, 3.7, 3.8]
2020

2121
steps:

0 commit comments

Comments
 (0)