Skip to content

Commit f5d92f5

Browse files
authored
ci: disabling ubuntu 20.04 images (#30)
1 parent 5a21088 commit f5d92f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/local.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [macos-14, macos-13, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-2019, windows-2022]
19+
os: [macos-14, macos-13, ubuntu-24.04, ubuntu-22.04, windows-2019, windows-2022]
2020
qt: [""]
2121
mesa: [""]
2222
include:
23-
- os: ubuntu-20.04
23+
- os: ubuntu-22.04
2424
qt: "pyqt5"
2525
- os: ubuntu-24.04
2626
qt: "pyqt6"

0 commit comments

Comments
 (0)