Skip to content

Commit 6910921

Browse files
attempting to increase compiler version
1 parent 5c306f4 commit 6910921

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
if: matrix.platform == 'macos-13'
5555
shell: bash
5656
run: |
57+
brew upgrade llvm
5758
python3 -m pip install conan
5859
conan --version
5960
mkdir -p ~/.conan2/profiles/

ExpressionParser/ASTFuncNode.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
#include <math.h>
44
#include <algorithm>
5-
5+
#include <format>
66

77
#include "ASTFuncNode.h"
8-
#include <format>
98
#include "RuntimeException.h"
109
#include "ExpressionException.h"
1110
#include "MathUtil.h"

conan-profiles/CI-CD/MacOS-AMD64_profile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ build_type=Release
44
compiler=apple-clang
55
compiler.cppstd=20
66
compiler.libcxx=libc++
7-
compiler.version=13
7+
compiler.version=15
88
os=Macos

0 commit comments

Comments
 (0)