mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
Change from deprecated macOS-10.14 to macOS-latest in GitHub Workflow
This commit is contained in:
parent
f522970046
commit
307eea57a1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user