Skip to content

Commit 313158d

Browse files
Upgrading cmake to allow for all sanatizers + removed extra folder uploaded
1 parent fd95e24 commit 313158d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ jobs:
368368
lipo -archs binaries/universal/${entry}
369369
done
370370
mv binaries/universal binaries/mac64
371-
tar czvf binaries/macos-universal.tgz binaries/mac64
371+
cd binaries
372+
tar czvf macos-universal.tgz mac64
372373
373374
- name: Inspect binaries directory
374375
run: |

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Top Level CMake File
44
#
55
##############################################
6-
cmake_minimum_required(VERSION 3.14)
6+
cmake_minimum_required(VERSION 3.16)
77
project(vcell-ode-numerics)
88
set(CMAKE_CXX_STANDARD 20)
99
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")

0 commit comments

Comments
 (0)