Skip to content

Commit

Permalink
Remove workaround for mettle deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed May 2, 2024
1 parent 152d8d1 commit 072e21b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
boost-version: '1.80.0'}

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

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

0 comments on commit 072e21b

Please sign in to comment.