Skip to content

Commit 47cec67

Browse files
committed
ci: Remove ubuntu-18.04 from Github workflows
This version of Ubuntu is no longer supported.
1 parent 49c94ea commit 47cec67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cloe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
19+
os: [ubuntu-20.04, ubuntu-22.04]
2020
build_type: [RelWithDebInfo]
2121
package_target: [package]
2222
env:

0 commit comments

Comments
 (0)