We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0224b commit 007ad8dCopy full SHA for 007ad8d
.github/workflows/python-package-macos.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: ['macos-11.0']
+ os: ['macos-latest']
16
python-version: ['3.7.9']
17
18
steps:
@@ -77,8 +77,8 @@ jobs:
77
78
79
80
81
- python-version: ['3.7.9']
+ python-version: ['3.x']
82
83
- name: Set up Python ${{ matrix.python-version }}
84
uses: actions/setup-python@v2
0 commit comments