Skip to content

Commit 46f6dce

Browse files
committed
Fix macos build machine unsupported version, specify shell as bash for ctest run
1 parent 929ab23 commit 46f6dce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132

133133
- name: Test
134134
working-directory: ${{github.workspace}}/build
135+
shell: bash
135136
run: ctest -C $BUILD_TYPE
136137

137138
- name: Upload test logs
@@ -148,7 +149,7 @@ jobs:
148149
path: ${{github.workspace}}/build/examples/win32-example/Release/embedded_cli_win32.exe
149150

150151
build-mac:
151-
runs-on: macos-12
152+
runs-on: macos-14
152153

153154
steps:
154155
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)