mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 20:22:27 +02:00
Don't try to run macOS-10.15 jobs as their runners have been shut down.
This commit is contained in:
parent
f3f07869b5
commit
cc476c75c3
2 changed files with 4 additions and 4 deletions
4
.github/workflows/master_build.yml
vendored
4
.github/workflows/master_build.yml
vendored
|
@ -41,8 +41,8 @@ jobs:
|
|||
include:
|
||||
- os: windows-2019
|
||||
build_type: full
|
||||
- os: macOS-10.15
|
||||
build_type: full
|
||||
#- os: macOS-10.15
|
||||
# build_type: full
|
||||
- os: ubuntu-20.04
|
||||
build_type: full
|
||||
apt-dependencies: mesa-common-dev libegl1 libglvnd-dev libdouble-conversion3 libpulse0 libsnappy1v5 libwebpdemux2 libwebpmux3 python3-github python3-distro
|
||||
|
|
4
.github/workflows/pr_build.yml
vendored
4
.github/workflows/pr_build.yml
vendored
|
@ -48,9 +48,9 @@ jobs:
|
|||
include:
|
||||
- os: windows-2019
|
||||
build_type: full
|
||||
- os: macOS-10.15
|
||||
build_type: full
|
||||
- os: ubuntu-20.04
|
||||
#- os: macOS-10.15
|
||||
# build_type: full
|
||||
build_type: full
|
||||
apt-dependencies: mesa-common-dev libegl1 libglvnd-dev libdouble-conversion3 libpulse0 libsnappy1v5 libwebpdemux2 libwebpmux3 python3-distro
|
||||
# Android builds are currently failing
|
||||
|
|
Loading…
Reference in a new issue