Skip to content

Commit

Permalink
Try and fix GHA setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Aug 3, 2024
1 parent c3294fc commit f07ab48
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 @@ -21,10 +21,10 @@ jobs:
os: ubuntu-latest
packages: "g++-13"
toolset: "gcc-13"
- name: "clang-18"
- name: "clang-15"
os: ubuntu-latest
packages: "llvm-18"
toolset: "clang-18"
packages: "llvm-toolchain-15"
toolset: "clang-15"
- name: "xcode"
os: macos-latest
toolset: "clang"
Expand Down

0 comments on commit f07ab48

Please sign in to comment.