We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-10.15
macos-latest
1 parent c75a01f commit 8dfc8edCopy full SHA for 8dfc8ed
1 file changed
.github/workflows/build_wheels.yml
@@ -79,7 +79,7 @@ jobs:
79
80
build-source-distribution:
81
name: Build source distribution
82
- runs-on: macos-10.15
+ runs-on: macos-latest
83
steps:
84
- uses: actions/checkout@v2
85
- name: Setup Python
@@ -136,7 +136,7 @@ jobs:
136
needs: [build-python-wheel, build-source-distribution, get-version]
137
strategy:
138
matrix:
139
- os: [ubuntu-latest, macos-10.15 ]
+ os: [ubuntu-latest, macos-latest ]
140
python-version: [ "3.8", "3.9", "3.10"]
141
from-source: [ True, False ]
142
env:
@@ -165,7 +165,7 @@ jobs:
165
name: wheels
166
path: dist
167
- name: Install OS X dependencies
168
- if: matrix.os == 'macos-10.15'
+ if: matrix.os == 'macos-latest'
169
run: brew install coreutils
170
- name: Install wheel
171
if: ${{ !matrix.from-source }}
0 commit comments