Skip to content

Commit

Permalink
Merge branch 'main' into timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
jjerphan committed May 17, 2024
2 parents 62a5da0 + 5503960 commit 3154eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
fail-fast: false
matrix:
sys:
- {compiler: clang, version: '16', config-flags: '', stdlib: 'libstdc++-13' }
- {compiler: clang, version: '16', config-flags: '', stdlib: 'libstdc++-12' }
# - {compiler: clang, version: '16', config-flags: '-DCMAKE_CXX_FLAGS=-stdlib=libc++', stdlib: 'libc++-17' }
- {compiler: clang, version: '17', config-flags: '', stdlib: 'libstdc++-13' }
- {compiler: clang, version: '17', config-flags: '', stdlib: 'libstdc++-12' }
# - {compiler: clang, version: '17', config-flags: '-DCMAKE_CXX_FLAGS=-stdlib=libc++', stdlib: 'libc++-17' }
- {compiler: gcc, version: '12', config-flags: '' }
- {compiler: gcc, version: '13', config-flags: '' }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- { name: Debug }
- { name: Release }
compiler:
- clang
# - clang # TODO: Uncomment this line when we have fixed the compilation issue
- apple-clang

steps:
Expand Down

0 comments on commit 3154eac

Please sign in to comment.