File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 fail-fast : false
2121 matrix :
22- os : [ubuntu-latest, windows-latest, macos-13 ]
22+ os : [ubuntu-latest, windows-latest, macos-14 ]
2323 version : ["3.10", "3.13"]
2424 defaults :
2525 run :
@@ -39,11 +39,11 @@ jobs:
3939 if : runner.os == 'macOS'
4040 run : |
4141 brew install llvm libomp
42- echo "export CC=/usr/local /opt/llvm/bin/clang" >> ~/.bashrc
43- echo "export CXX=/usr/local /opt/llvm/bin/clang++" >> ~/.bashrc
44- echo "export CFLAGS=\"$CFLAGS -I/usr/local /opt/libomp/include\"" >> ~/.bashrc
45- echo "export CXXFLAGS=\"$CXXFLAGS -I/usr/local /opt/libomp/include\"" >> ~/.bashrc
46- echo "export LDFLAGS=\"$LDFLAGS -Wl,-rpath,/usr/local /opt/libomp/lib -L/usr/local /opt/libomp/lib -lomp\"" >> ~/.bashrc
42+ echo "export CC=/opt/homebrew /opt/llvm/bin/clang" >> ~/.bashrc
43+ echo "export CXX=/opt/homebrew /opt/llvm/bin/clang++" >> ~/.bashrc
44+ echo "export CFLAGS=\"$CFLAGS -I/opt/homebrew /opt/libomp/include\"" >> ~/.bashrc
45+ echo "export CXXFLAGS=\"$CXXFLAGS -I/opt/homebrew /opt/libomp/include\"" >> ~/.bashrc
46+ echo "export LDFLAGS=\"$LDFLAGS -Wl,-rpath,/opt/homebrew /opt/libomp/lib -L/opt/homebrew /opt/libomp/lib -lomp\"" >> ~/.bashrc
4747 source ~/.bashrc
4848 - name : Install OMP (Linux)
4949 if : runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments