We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c94ea commit 47cec67Copy full SHA for 47cec67
.github/workflows/build-cloe.yaml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
+ os: [ubuntu-20.04, ubuntu-22.04]
20
build_type: [RelWithDebInfo]
21
package_target: [package]
22
env:
0 commit comments