File tree Expand file tree Collapse file tree 4 files changed +20
-13
lines changed
Expand file tree Collapse file tree 4 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 tests :
11- runs-on : ubuntu-24.04
12-
13- steps :
14- - name : Checkout
15- uses : actions/checkout@v4
16-
17- - name : Build and run tests
18- uses : ./.github/workflows/tests.yml
19- with :
20- os : ${{ github.job.container.image }}
21- cxx_compilers : ' ["g++-14", "clang++"]'
11+ uses : ./.github/workflows/tests.yml
12+ with :
13+ os : ' ubuntu-24.04'
14+ cxx_compilers : ' [g++-14, clang++]'
Original file line number Diff line number Diff line change 1+ name : macos
2+
3+ on :
4+ push :
5+ branches : [ "main" ]
6+ pull_request :
7+ branches : [ "main" ]
8+
9+ jobs :
10+ tests :
11+ uses : ./.github/workflows/tests.yml
12+ with :
13+ os : ' macos-15'
14+ cxx_compilers : ' [clang++]'
Original file line number Diff line number Diff line change 1313 type : string
1414
1515jobs :
16- reusable-job :
16+ build-and-run :
1717 runs-on : ${{ inputs.os }}
1818
1919 strategy :
Original file line number Diff line number Diff line change 1111 uses : ./.github/workflows/tests.yml
1212 with :
1313 os : ' windows-2022'
14- cxx_compilers : ' ["cl" ]'
14+ cxx_compilers : ' [cl ]'
You can’t perform that action at this time.
0 commit comments