1515 build :
1616 strategy :
1717 matrix :
18- os : [macos-13, macos- 14, macos-15]
18+ os : [macos-14, macos-15]
1919 include :
20- - os : macos-13
21- openssl-path : /usr/local/opt/openssl
22- zstd-path : /usr/local
23- aws-sdk-path : /usr/local
24- curl-path : /usr/local
25- ssh2-path : /usr/local
26- uv-path : /usr/local
27- jansson-path : /usr/local
2820 - os : macos-14
2921 openssl-path : /opt/homebrew/opt/openssl
3022 zstd-path : /opt/homebrew
9991 path : aws-sdk-cpp-${{ env.AWS_SDK_CPP_VERSION }}
10092 key : aws-sdk-cpp-${{ env.cache-index }}-mac-artifact-${{ env.AWS_SDK_CPP_VERSION }}-${{ matrix.os }}-${{ runner.arch }}-cmake-${{ env.CMAKE_VERSION }}
10193 - name : Download AWS C++ sdk
102- uses : actions/checkout@v3
94+ uses : actions/checkout@v4
10395 if : steps.cache-aws-sdk-cpp.outputs.cache-hit != 'true'
10496 with :
10597 repository : aws/aws-sdk-cpp
@@ -123,7 +115,7 @@ jobs:
123115 path : libssh2-${{ env.LIBSSH2_VERSION }}
124116 key : libssh2-v2-${{ env.LIBSSH2_VERSION }}-${{ env.cache-index }}-${{ matrix.os }}-${{ runner.arch }}-cmake-${{ env.CMAKE_VERSION }}
125117 - name : Download libssh2
126- uses : actions/checkout@v3
118+ uses : actions/checkout@v4
127119 if : steps.cache-libssh2.outputs.cache-hit != 'true'
128120 with :
129121 repository : libssh2/libssh2
@@ -152,7 +144,7 @@ jobs:
152144 path : curl-${{ env.LIBCURL_VERSION }}
153145 key : curl-v2-${{ env.LIBCURL_VERSION }}-${{ env.cache-index }}-${{ matrix.os }}-${{ runner.arch }}-cmake-${{ env.CMAKE_VERSION }}
154146 - name : Download libcurl
155- uses : actions/checkout@v3
147+ uses : actions/checkout@v4
156148 if : steps.cache-libcurl.outputs.cache-hit != 'true'
157149 with :
158150 repository : curl/curl
@@ -171,7 +163,7 @@ jobs:
171163 sudo make install
172164 working-directory : curl-${{ env.LIBCURL_VERSION }}/build
173165 - name : Download zstd
174- uses : actions/checkout@v3
166+ uses : actions/checkout@v4
175167 with :
176168 repository : facebook/zstd
177169 submodules : recursive
@@ -197,7 +189,7 @@ jobs:
197189 working-directory : zstd-${{ env.ZSTD_VERSION }}
198190 # this will checkout the whole tools repo when run from aerospike-tools, but we will
199191 # just cd into the correct directory calculated from working-dir
200- - uses : actions/checkout@v2
192+ - uses : actions/checkout@v4
201193 if : steps.cache-asbackup.outputs.cache-hit != 'true'
202194 with :
203195 path : ${{ steps.checkout-dir.outputs.value }}
0 commit comments