Skip to content

Commit 28bda04

Browse files
SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow
1 parent bed0dee commit 28bda04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-latest]
38-
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
37+
os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04, ubuntu-latest ]
38+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
3939
fail-fast: false
4040
env:
4141
PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)