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 30fd5fb commit 5824394Copy full SHA for 5824394
.github/workflows/cpp.yml
@@ -13,10 +13,10 @@ on: # yamllint disable-line rule:truthy
13
jobs:
14
build:
15
name: C/C++ CMake CI Test
16
- runs-on: ubuntu-24.04
17
strategy:
18
matrix:
19
os: ["windows-2022", "ubuntu-24.04", "macos-14"]
+ runs-on: ${{ matrix.os }}
20
21
steps:
22
- name: Checkout repository
0 commit comments