mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
GH Actions: Remove macOS Catalina 10.15 runner
This is unnecessary and just wastes finite resources of CI runners and cache, as we test against Big Sur. Signed-off-by: Be <be@mixxx.org> Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com Co-authored-by: Panagiotis Vasilopoulos <hello@alwayslivid.com> Reference-to: https://github.com/tenacityteam/tenacity/pull/598/
This commit is contained in:
parent
74574fe60a
commit
ae8fe40448
20
.github/workflows/cmake_build.yml
vendored
20
.github/workflows/cmake_build.yml
vendored
@ -34,11 +34,21 @@ jobs:
|
||||
arch: Intel
|
||||
vcpkg_triplet: x64-osx-10.12min
|
||||
|
||||
- name: macOS - Catalina 10.15 (Intel) - Ninja
|
||||
id: macos-catalina-1015-intel-x64_osx_1012min-ninja
|
||||
os: macos-10.15
|
||||
arch: Intel
|
||||
vcpkg_triplet: x64-osx-10.12min
|
||||
- name: Windows - Server 2019 (amd64) - Visual Studio 2019
|
||||
id: windows-server-2019-amd64-x64_windows-vs2019_x64
|
||||
os: windows-2019
|
||||
arch: amd64
|
||||
vcpkg_triplet: x64-windows
|
||||
CMAKE_GENERATOR: Visual Studio 16 2019
|
||||
CMAKE_GENERATOR_PLATFORM: x64
|
||||
|
||||
- name: Windows - Server 2019 (win32) - Visual Studio 2019
|
||||
id: windows-server-2019-x86-x86_windows-vs2019_win32
|
||||
os: windows-2019
|
||||
arch: x86
|
||||
vcpkg_triplet: x86-windows
|
||||
CMAKE_GENERATOR: Visual Studio 16 2019
|
||||
CMAKE_GENERATOR_PLATFORM: win32
|
||||
|
||||
- name: Windows - Server 2019 (amd64) - Ninja
|
||||
id: windows-server-2019-amd64-x64_windows-ninja
|
||||
|
Loading…
x
Reference in New Issue
Block a user