Skip to content

Commit

Permalink
work on ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Apr 27, 2024
1 parent 56776c9 commit 9fe68b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
- name: "Ubuntu 22.04 Clang 13.0"
os: ubuntu-22.04
build_type: Release
packages: ninja-build
packages: ninja-build libc++-13-dev
generator: Ninja
compatibility: "cxx_std_11;cxx_std_17;cxx_std_20"
cc: clang-13
cxx: clang++-13

- name: "Ubuntu 20.04 Clang 15.0"
- name: "Ubuntu 22.04 Clang 15.0"
os: ubuntu-22.04
build_type: Release
packages: ninja-build
packages: ninja-build libc++-15-dev
generator: Ninja
compatibility: "cxx_std_11;cxx_std_17;cxx_std_20"
cc: clang-15
Expand Down

0 comments on commit 9fe68b9

Please sign in to comment.