Skip to content

Commit c15895b

Browse files
author
Jay Herron
committed
Adds macos-latest to CI to pass status checks
1 parent 4de803a commit c15895b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [macos-10.15, ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
16+
os: [macos-10.15, macos-latest, ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set code coverage path

0 commit comments

Comments
 (0)