Change from deprecated macOS-10.14 to macOS-latest in GitHub Workflow

This commit is contained in:
rdb 2019-12-20 11:47:27 +01:00
parent f522970046
commit 307eea57a1

View File

@ -4,7 +4,7 @@ jobs:
makepanda: makepanda:
strategy: strategy:
matrix: matrix:
os: [ubuntu-16.04, windows-2016, macOS-10.14] os: [ubuntu-16.04, windows-2016, macOS-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1