Skip to content

Commit

Permalink
GHA: Don't use Ubuntu 22 container yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire authored Nov 4, 2023
1 parent 20bde3d commit fcb82d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
- { compiler: clang-10, cxxstd: '03,11,14,17,20', os: ubuntu-20.04 }
- { compiler: clang-11, cxxstd: '03,11,14,17,20', os: ubuntu-20.04 }
- { compiler: clang-12, cxxstd: '03,11,14,17,20', os: ubuntu-20.04 }
- { compiler: clang-13, cxxstd: '03,11,14,17,20', os: ubuntu-22.04, container: 'ubuntu:22.04' }
- { compiler: clang-14, cxxstd: '03,11,14,17,20', os: ubuntu-22.04, container: 'ubuntu:22.04' }
- { compiler: clang-15, cxxstd: '03,11,14,17,20', os: ubuntu-22.04, container: 'ubuntu:22.04' }
# Clang isn't compatible with libstdc++-13, so use the slightly older one
- { compiler: clang-13, cxxstd: '03,11,14,17,20', os: ubuntu-22.04, install: 'clang-13 g++-12', gcc_toolchain: 12 }
- { compiler: clang-14, cxxstd: '03,11,14,17,20', os: ubuntu-22.04, install: 'clang-14 g++-12', gcc_toolchain: 12 }

# libc++
- { compiler: clang-6.0, cxxstd: '03,11,14', os: ubuntu-22.04, container: 'ubuntu:18.04', stdlib: libc++, install: 'clang-6.0 libc++-dev libc++abi-dev' }
Expand Down

0 comments on commit fcb82d5

Please sign in to comment.