Skip to content

Commit 06c94f5

Browse files
Update ubuntu version in integration tests workflow
Ubuntu 20.04 is no longer supported in the CI. Signed-off-by: Daniel Zullo <[email protected]>
1 parent 108d095 commit 06c94f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os:
18-
- ubuntu-20.04
18+
- ubuntu-24.04
1919
python:
2020
- "3.11"
2121
runs-on: ${{ matrix.os }}
@@ -51,5 +51,3 @@ jobs:
5151
run: |
5252
pytest -vv integration_tests/
5353
timeout-minutes: 10
54-
55-

0 commit comments

Comments
 (0)