Skip to content

Commit f646a1f

Browse files
Remove g++9 from ubuntu 22.04 CI workflow
1 parent 2d20123 commit f646a1f

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
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
os: [ubuntu-22.04]
5555
compiler: [g++]
56-
version: [9, 10, 11, 12]
56+
version: [10, 11, 12]
5757
name: Use ${{ matrix.compiler }}-${{ matrix.version }} on ${{ matrix.os }}
5858
runs-on: ${{ matrix.os }}
5959
steps:

0 commit comments

Comments
 (0)