We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be15b46 commit d7c7b9fCopy full SHA for d7c7b9f
.github/workflows/build-ubuntu.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
library_type: [static, shared, object]
20
- os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
+ os: [ubuntu-24.04, ubuntu-22.04]
21
22
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
23
# You can convert this to a matrix build if you need cross-platform coverage.
@@ -136,4 +136,4 @@ jobs:
136
- name: Run integration test (Debug)
137
run: ./integration_test
138
working-directory: ${{ github.workspace }}/samples/integration_test/_build/debug
139
- if: ${{ matrix.library_type != 'object' }}
+ if: ${{ matrix.library_type != 'object' }}
0 commit comments