Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eccb1de

Browse files
authored
workflows: deprecate ubuntu-20.04 from workflow jobs (bug 1980503) (#2019)
- remove ubuntu-20.04 from build-and-test-linux-base - also add ubuntu-24.04 to build-and-test-linux-gui
1 parent 8075648 commit eccb1de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
strategy:
3434
matrix:
3535
os:
36-
- ubuntu-20.04
3736
- ubuntu-22.04
3837
- ubuntu-24.04
3938
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
@@ -87,8 +86,8 @@ jobs:
8786
strategy:
8887
matrix:
8988
os:
90-
- ubuntu-20.04
9189
- ubuntu-22.04
90+
- ubuntu-24.04
9291
env:
9392
DISPLAY: ":99.0"
9493
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)