diff --git a/.github/workflows/create_release_executables.yml b/.github/workflows/create_release_executables.yml index 96e49a97..3e0721f4 100644 --- a/.github/workflows/create_release_executables.yml +++ b/.github/workflows/create_release_executables.yml @@ -34,7 +34,7 @@ jobs: } - { name: MacOS, - os: macos-12, # 13 and 14 run on M1 chips, and we get a linker error when using them + os: macos-latest, # 13 and 14 run on M1 chips, and we get a linker error when using them cmake_configure_args: -D CMAKE_C_COMPILER=$(brew --prefix llvm@15)/bin/clang -D CMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++ -G Ninja -D OPENSSL_ROOT_DIR=/usr/local/opt/openssl -D OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include, cpack_generator: Bundle, installer_name: Coollab-Mac.dmg,