1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Fix macOS build

This commit is contained in:
Nicolas Mattia 2020-06-23 12:49:40 +02:00
parent f73bf8d584
commit 2818ce648c

View File

@ -8,7 +8,7 @@ jobs:
tests:
strategy:
matrix:
os: [ubuntu-18.04, macos]
os: [ubuntu-18.04, macos-10.15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1