We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf03f40 commit b62ed4dCopy full SHA for b62ed4d
2 files changed
.github/workflows/ci.macos.arm.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
macOS14-arm:
9
- runs-on: macos-14
+ runs-on: macos-15
10
11
steps:
12
- uses: szenius/set-timezone@v2.0
@@ -31,7 +31,7 @@ jobs:
31
-D CMAKE_BUILD_TYPE=MinSizeRel \
32
-D PHOTON_ENABLE_SASL=ON \
33
-D PHOTON_ENABLE_LIBCURL=ON \
34
- -D OPENSSL_ROOT_DIR=/opt/homebrew/Cellar/openssl@1.1/1.1.1w
+ -D OPENSSL_ROOT_DIR=/usr/local/opt/openssl@3
35
cmake --build ${{github.workspace}}/build -j $(sysctl -n hw.logicalcpu)
36
37
- name: Test
.github/workflows/ci.macos.x86_64.yml
macOS13-x86:
- runs-on: macos-13
0 commit comments