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 0b83ad2Copy full SHA for 0b83ad2
.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:
0 commit comments