Skip to content

Commit 8dfc8ed

Browse files
Switch from macos-10.15 to macos-latest (#3722)
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent c75a01f commit 8dfc8ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
build-source-distribution:
8181
name: Build source distribution
82-
runs-on: macos-10.15
82+
runs-on: macos-latest
8383
steps:
8484
- uses: actions/checkout@v2
8585
- name: Setup Python
@@ -136,7 +136,7 @@ jobs:
136136
needs: [build-python-wheel, build-source-distribution, get-version]
137137
strategy:
138138
matrix:
139-
os: [ubuntu-latest, macos-10.15 ]
139+
os: [ubuntu-latest, macos-latest ]
140140
python-version: [ "3.8", "3.9", "3.10"]
141141
from-source: [ True, False ]
142142
env:
@@ -165,7 +165,7 @@ jobs:
165165
name: wheels
166166
path: dist
167167
- name: Install OS X dependencies
168-
if: matrix.os == 'macos-10.15'
168+
if: matrix.os == 'macos-latest'
169169
run: brew install coreutils
170170
- name: Install wheel
171171
if: ${{ !matrix.from-source }}

0 commit comments

Comments
 (0)