mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
workflow: Update CMake builder to macOS 11
This commit is contained in:
parent
dee48cc201
commit
6acfdb737b
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
eigen: NO
|
eigen: NO
|
||||||
|
|
||||||
- profile: macos-eigen-coverage-unity-xcode
|
- profile: macos-eigen-coverage-unity-xcode
|
||||||
os: macOS-10.15
|
os: macOS-11
|
||||||
config: Coverage
|
config: Coverage
|
||||||
unity: YES
|
unity: YES
|
||||||
generator: Xcode
|
generator: Xcode
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
eigen: YES
|
eigen: YES
|
||||||
|
|
||||||
- profile: macos-nometa-standard-makefile
|
- profile: macos-nometa-standard-makefile
|
||||||
os: macOS-10.15
|
os: macOS-11
|
||||||
config: Standard
|
config: Standard
|
||||||
unity: NO
|
unity: NO
|
||||||
generator: Unix Makefiles
|
generator: Unix Makefiles
|
||||||
@ -87,7 +87,7 @@ jobs:
|
|||||||
fetch-depth: 10
|
fetch-depth: 10
|
||||||
|
|
||||||
- name: Self-destruct makepanda
|
- name: Self-destruct makepanda
|
||||||
run: python makepanda/selfdestruct.py --yes
|
run: python3 makepanda/selfdestruct.py --yes
|
||||||
|
|
||||||
- name: Install dependencies (macOS)
|
- name: Install dependencies (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user