Skip to content

Commit e8b1251

Browse files
committed
removed ubuntu 20.04 from build
1 parent 8f74a6a commit e8b1251

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ jobs:
2222
os: [ ubuntu-latest,
2323
windows-latest,
2424
macos-latest,
25-
ubuntu-20.04,
2625
ubuntu-22.04,
2726
macos-13
2827
]
29-
# ubuntu-18.04 does not work due to compile error on asio
30-
# windows-2019 not included to spare free minutes
3128
steps:
3229
- uses: actions/checkout@v4
3330
- name: Prepare dependencies

0 commit comments

Comments
 (0)