Skip to content

Commit ef9f282

Browse files
Remove g++12 from macos-14 CI workflow
1 parent 8c8a672 commit ef9f282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
matrix:
181181
os: [macos-14]
182182
compiler: [g++]
183-
version: [12, 13, 14]
183+
version: [13, 14]
184184
name: Use ${{ matrix.compiler }}-${{ matrix.version }} on ${{ matrix.os }}
185185
runs-on: ${{ matrix.os }}
186186
steps:

0 commit comments

Comments
 (0)