We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf18ce commit 53947c0Copy full SHA for 53947c0
.github/workflows/reusable-mac-ci.yml
@@ -51,7 +51,7 @@ jobs:
51
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#language-and-runtime),
52
# so we'll use that one for now, as clang 15 is the supported compiler for Fast DDS in macOS.
53
# (see https://github.com/eProsima/Fast-DDS/blob/master/PLATFORM_SUPPORT.md#compilers)
54
- runs-on: macos-13
+ runs-on: macos-14
55
strategy:
56
fail-fast: false
57
matrix:
@@ -153,7 +153,7 @@ jobs:
153
needs: fastdds_build
154
if: ${{ inputs.run-tests == true }}
155
name: fastdds_test (${{ matrix.cmake_build_type }})
156
157
158
159
0 commit comments