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 fd95e24 commit 313158dCopy full SHA for 313158d
.github/workflows/cd.yml
@@ -368,7 +368,8 @@ jobs:
368
lipo -archs binaries/universal/${entry}
369
done
370
mv binaries/universal binaries/mac64
371
- tar czvf binaries/macos-universal.tgz binaries/mac64
+ cd binaries
372
+ tar czvf macos-universal.tgz mac64
373
374
- name: Inspect binaries directory
375
run: |
CMakeLists.txt
@@ -3,7 +3,7 @@
3
# Top Level CMake File
4
#
5
##############################################
6
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
7
project(vcell-ode-numerics)
8
set(CMAKE_CXX_STANDARD 20)
9
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
0 commit comments