mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-02 18:29:17 +08:00
Update build_cmake.yml, removing macOS build versions not supported by GitHub
This commit is contained in:
parent
076592ce6e
commit
9fda7b0afb
18
.github/workflows/build_cmake.yml
vendored
18
.github/workflows/build_cmake.yml
vendored
@ -100,24 +100,6 @@ jobs:
|
||||
cc: clang
|
||||
cxx: clang++
|
||||
|
||||
- name: "macOS 12 AppleClang"
|
||||
os: macos-12
|
||||
build_type: Release
|
||||
packages: ninja
|
||||
generator: Ninja
|
||||
compatibility: "cxx_std_11;cxx_std_17"
|
||||
cc: clang
|
||||
cxx: clang++
|
||||
|
||||
- name: "macOS 11 AppleClang"
|
||||
os: macos-11
|
||||
build_type: Release
|
||||
packages: ninja
|
||||
generator: Ninja
|
||||
compatibility: "cxx_std_11;cxx_std_17"
|
||||
cc: clang
|
||||
cxx: clang++
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user