File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77jobs :
88 macOS14-arm :
9- runs-on : macos-14
9+ runs-on : macos-15
1010
1111 steps :
1212 - uses : szenius/set-timezone@v2.0
3131 -D CMAKE_BUILD_TYPE=MinSizeRel \
3232 -D PHOTON_ENABLE_SASL=ON \
3333 -D PHOTON_ENABLE_LIBCURL=ON \
34- -D OPENSSL_ROOT_DIR=/opt/homebrew/Cellar/openssl@1.1/1.1.1w
34+ -D OPENSSL_ROOT_DIR=/opt/homebrew/Cellar/openssl@3/3.6.0
3535 cmake --build ${{github.workspace}}/build -j $(sysctl -n hw.logicalcpu)
3636
3737 - name : Test
Original file line number Diff line number Diff line change 66
77jobs :
88 macOS13-x86 :
9- runs-on : macos-13
9+ runs-on : macos-15
1010
1111 steps :
1212 - uses : szenius/set-timezone@v2.0
3131 -D CMAKE_BUILD_TYPE=MinSizeRel \
3232 -D PHOTON_ENABLE_SASL=ON \
3333 -D PHOTON_ENABLE_LIBCURL=ON \
34- -D OPENSSL_ROOT_DIR=/usr/local/opt /openssl@3
34+ -D OPENSSL_ROOT_DIR=/opt/homebrew/Cellar /openssl@3/3.6.0
3535 cmake --build ${{github.workspace}}/build -j $(sysctl -n hw.logicalcpu)
3636
3737 - name : Test
You can’t perform that action at this time.
0 commit comments