Skip to content

Commit 8c8a672

Browse files
Remove macOS 12 test jobs from CI configuration
Removed macOS 12 test configurations for g++ and clang++.
1 parent f646a1f commit 8c8a672

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)