We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32db56 commit 8fc9973Copy full SHA for 8fc9973
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
# ubuntu-gcc-11-sanitize,
18
ubuntu-gcc-12,
19
ubuntu-gcc-12-debugoptimized,
20
- ubuntu-clang-13,
+ ubuntu-clang-15,
21
# macos-xcode-12.5
22
]
23
@@ -62,10 +62,10 @@ jobs:
62
version: "12"
63
buildtype: "debugoptimized"
64
65
- - name: ubuntu-clang-13
+ - name: ubuntu-clang-15
66
os: ubuntu-latest
67
compiler: clang
68
- version: "13"
+ version: "15"
69
buildtype: "release"
70
71
# Currently we get "dyld: Library not loaded: @rpath/librestbed.4.dylib"
0 commit comments