Skip to content

Commit 8fc9973

Browse files
committed
Update clang to clang 15.
1 parent d32db56 commit 8fc9973

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# ubuntu-gcc-11-sanitize,
1818
ubuntu-gcc-12,
1919
ubuntu-gcc-12-debugoptimized,
20-
ubuntu-clang-13,
20+
ubuntu-clang-15,
2121
# macos-xcode-12.5
2222
]
2323

@@ -62,10 +62,10 @@ jobs:
6262
version: "12"
6363
buildtype: "debugoptimized"
6464

65-
- name: ubuntu-clang-13
65+
- name: ubuntu-clang-15
6666
os: ubuntu-latest
6767
compiler: clang
68-
version: "13"
68+
version: "15"
6969
buildtype: "release"
7070

7171
# Currently we get "dyld: Library not loaded: @rpath/librestbed.4.dylib"

0 commit comments

Comments
 (0)