Commit e5e89bc
committed
ci: fix build workflow for modern GitHub Actions runners
- ubuntu-20.04 removed from GitHub Actions (all jobs stuck in queued)
→ use ubuntu-22.04
- macOS-13 → macos-latest (includes Apple Silicon)
- Python 3.9 (EOL) → 3.11
- actions/checkout v3 → v4, actions/setup-python v4 → v5
- Replace qt5-default (nonexistent on Ubuntu 22.04+) with Qt6
runtime deps (libxcb-cursor0, libfontconfig1, libegl1)
- Add apt-get update before install
Fixes #1181 parent fccd5ca commit e5e89bc
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments