mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
workflow: Update macOS builder to macOS-11
This commit is contained in:
parent
8a9410cbc6
commit
866bf9e2b5
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
|
||||||
@ -333,7 +333,7 @@ jobs:
|
|||||||
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"
|
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, windows-2016, macOS-10.15]
|
os: [ubuntu-18.04, windows-2016, macOS-11]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user