Change from deprecated macOS-10.14 to macOS-latest in GitHub Workflow
This commit is contained in:
parent
f522970046
commit
307eea57a1
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
makepanda:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-16.04, windows-2016, macOS-10.14]
|
||||
os: [ubuntu-16.04, windows-2016, macOS-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue