Skip to content

Commit 360d1d5

Browse files
authored
SWI-7167 Remove ubuntu-latest from Test PR WF (#236)
1 parent 8109e56 commit 360d1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04, ubuntu-latest ]
37+
os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04 ]
3838
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
3939
fail-fast: false
4040
env:

0 commit comments

Comments
 (0)