Skip to content

Commit b62ed4d

Browse files
committed
Since macos-13 test image are retired, move on to macos-15 by github advise
1 parent bf03f40 commit b62ed4d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.macos.arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
macOS14-arm:
9-
runs-on: macos-14
9+
runs-on: macos-15
1010

1111
steps:
1212
- uses: szenius/set-timezone@v2.0
@@ -31,7 +31,7 @@ jobs:
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=/usr/local/opt/openssl@3
3535
cmake --build ${{github.workspace}}/build -j $(sysctl -n hw.logicalcpu)
3636
3737
- name: Test

.github/workflows/ci.macos.x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
macOS13-x86:
9-
runs-on: macos-13
9+
runs-on: macos-15
1010

1111
steps:
1212
- uses: szenius/set-timezone@v2.0

0 commit comments

Comments
 (0)