mirror of
https://github.com/chriskohlhoff/asio.git
synced 2026-01-18 16:51:17 +01:00
Remove -fcoroutines-ts flag from MacOS CI runner.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -251,12 +251,12 @@ jobs:
|
||||
cxx-std: c++11
|
||||
optim-level: -O2
|
||||
#
|
||||
# macOS / c++2a -fcoroutines-ts / -O2 / standalone
|
||||
# macOS / c++2a / -O2 / standalone
|
||||
#
|
||||
- build-type: full
|
||||
runs-on: macos-latest
|
||||
compiler: g++
|
||||
cxx-std: c++2a -fcoroutines-ts
|
||||
cxx-std: c++2a
|
||||
optim-level: -O2
|
||||
#
|
||||
# macOS / c++11 / -O2 / standalone
|
||||
|
||||
Reference in New Issue
Block a user