Skip to content

Commit e0fc73c

Browse files
committed
Remove the macos-10.15 build, which is the same as macos-latest.
1 parent fe978e0 commit e0fc73c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
runs-on: ${{ matrix.os }}
131131
strategy:
132132
matrix:
133-
build: [stable, windows, macos, beta, ubuntu-16.04, ubuntu-20.04, macos-10.15, windows-2016]
133+
build: [stable, windows, macos, beta, ubuntu-16.04, ubuntu-20.04, windows-2016]
134134
include:
135135
- build: stable
136136
os: ubuntu-latest
@@ -150,9 +150,6 @@ jobs:
150150
- build: ubuntu-20.04
151151
os: ubuntu-20.04
152152
rust: stable
153-
- build: macos-10.15
154-
os: macos-10.15
155-
rust: stable
156153
- build: windows-2016
157154
os: windows-2016
158155
rust: stable

0 commit comments

Comments
 (0)