Skip to content

Commit 53947c0

Browse files
committed
Refs #23750. Change runner in CI.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent bbf18ce commit 53947c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-mac-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#language-and-runtime),
5252
# so we'll use that one for now, as clang 15 is the supported compiler for Fast DDS in macOS.
5353
# (see https://github.com/eProsima/Fast-DDS/blob/master/PLATFORM_SUPPORT.md#compilers)
54-
runs-on: macos-13
54+
runs-on: macos-14
5555
strategy:
5656
fail-fast: false
5757
matrix:
@@ -153,7 +153,7 @@ jobs:
153153
needs: fastdds_build
154154
if: ${{ inputs.run-tests == true }}
155155
name: fastdds_test (${{ matrix.cmake_build_type }})
156-
runs-on: macos-13
156+
runs-on: macos-14
157157
strategy:
158158
fail-fast: false
159159
matrix:

0 commit comments

Comments
 (0)