Skip to content

Commit 8e951eb

Browse files
authored
ci: remove ubuntu 18 from test matrix (#8)
1 parent 9ba80a3 commit 8e951eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, macos-12, macos-11, windows-2022, windows-2019]
22+
os: [ubuntu-22.04, ubuntu-20.04, macos-12, macos-11, windows-2022, windows-2019]
2323
compiler: [gcc]
2424
version: [12, 11, 10, 9, 8, 7, 6, 5]
2525
steps:

0 commit comments

Comments
 (0)