Skip to content

Commit d7c7b9f

Browse files
authored
[GH Actions] Removed ubuntu-20.04 runners (#32)
1 parent be15b46 commit d7c7b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
library_type: [static, shared, object]
20-
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
20+
os: [ubuntu-24.04, ubuntu-22.04]
2121

2222
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
2323
# You can convert this to a matrix build if you need cross-platform coverage.
@@ -136,4 +136,4 @@ jobs:
136136
- name: Run integration test (Debug)
137137
run: ./integration_test
138138
working-directory: ${{ github.workspace }}/samples/integration_test/_build/debug
139-
if: ${{ matrix.library_type != 'object' }}
139+
if: ${{ matrix.library_type != 'object' }}

0 commit comments

Comments
 (0)