File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -146,35 +146,6 @@ jobs:
146146 cd tests
147147 bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
148148
149- tests-macos12-gpp :
150- strategy :
151- matrix :
152- os : [macos-12]
153- compiler : [g++]
154- version : [12, 13, 14]
155- name : Use ${{ matrix.compiler }}-${{ matrix.version }} on ${{ matrix.os }}
156- runs-on : ${{ matrix.os }}
157- steps :
158- - uses : actions/checkout@v3
159- - name : Run tests
160- run : |
161- cd tests
162- bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }}
163-
164- tests-macos12-clang :
165- strategy :
166- matrix :
167- os : [macos-12]
168- compiler : [clang++]
169- name : Use ${{ matrix.compiler }} on ${{ matrix.os }}
170- runs-on : ${{ matrix.os }}
171- steps :
172- - uses : actions/checkout@v3
173- - name : Run tests
174- run : |
175- cd tests
176- bash ./run.sh ${{ matrix.compiler }}
177-
178149 tests-macos13-gpp :
179150 strategy :
180151 matrix :
You can’t perform that action at this time.
0 commit comments