Skip to content

Commit 007ad8d

Browse files
committed
Switch MacOS jobs to the most supported version.
1 parent 6f0224b commit 007ad8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: ['macos-11.0']
15+
os: ['macos-latest']
1616
python-version: ['3.7.9']
1717

1818
steps:
@@ -77,8 +77,8 @@ jobs:
7777
runs-on: ${{ matrix.os }}
7878
strategy:
7979
matrix:
80-
os: ['macos-11.0']
81-
python-version: ['3.7.9']
80+
os: ['macos-latest']
81+
python-version: ['3.x']
8282
steps:
8383
- name: Set up Python ${{ matrix.python-version }}
8484
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)