Skip to content

Commit

Permalink
Adjust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Nov 14, 2024
1 parent caa26af commit 65596bf
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,38 @@ jobs:
compiler: g++
version: "12"

- os: ubuntu-20.04
compiler: clang
version: "11"

- os: ubuntu-22.04
compiler: clang
version: "10"
version: "12"

- os: ubuntu-22.04
compiler: clang
version: "11"
version: "12"

- os: ubuntu-22.04
compiler: clang
version: "12"

- os: ubuntu-22.04
compiler: clang
version: "13"

- os: ubuntu-22.04
compiler: clang
version: "14"

- os: ubuntu-22.04
compiler: clang
version: "11"

- os: ubuntu-22.04
compiler: clang
version: "15"

- os: macos-latest
compiler: xcode
version: "15.4"
Expand Down

0 comments on commit 65596bf

Please sign in to comment.