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 c0dbade commit 1837049Copy full SHA for 1837049
.github/workflows/macOS.yml
@@ -46,7 +46,7 @@ jobs:
46
run: ctest --test-dir ${{ env.CMAKE_BINARY_PREFIX }} -C ${{ env.CMAKE_BUILD_TYPE }} --output-on-failure
47
- name: 🎉 Install
48
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
49
-
+
50
macos-13:
51
name: macos-13 xcode-${{ matrix.xcode }} (c++${{ matrix.standard }})
52
runs-on: macos-13
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
args: [ --allow-multiple-documents ]
40
41
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42
- rev: 2.7.3
+ rev: 3.0.3
43
hooks:
44
- id: editorconfig-checker
45
name: check .editorconfig rules
0 commit comments