Skip to content

Commit d72ea89

Browse files
committed
Remove workaround for mettle deprecation warning
1 parent fb4a26b commit d72ea89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
boost-version: '1.80.0'}
5959

6060
# macOS builds
61-
# FIXME: Remove -Wno-deprecated flag.
62-
- {os: macos-latest, compiler: clang, flags: '-Wno-deprecated'}
61+
- {os: macos-latest, compiler: clang}
6362

6463
# C++20 builds
6564
- {os: ubuntu-latest, compiler: gcc, version: '13',

0 commit comments

Comments
 (0)