Skip to content

Commit

Permalink
GHA: Reenable macos-14 job
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire authored Oct 7, 2024
1 parent ff91706 commit 5c59167
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ jobs:
- { compiler: clang, cxxstd: '11,14,17,20', os: macos-12 }
- { name: MacOS w/ clang and sanitizers,
compiler: clang, cxxstd: '11,14,17,20,2b', os: macos-13, ubsan: yes }
# TODO: Iconv issue
#- { compiler: clang, cxxstd: '11,14,17,20,2b', os: macos-14 }
- { compiler: clang, cxxstd: '11,14,17,20,2b', os: macos-14 }

timeout-minutes: 120
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 5c59167

Please sign in to comment.