Upgrade to Ubuntu 2024.04 as GitHub is stuck with Ubuntu-latest at 2022.04.

This commit is contained in:
Patrick Lehmann
2024-07-30 02:06:42 +02:00
parent da3cdbe96a
commit 13c1a56f92
23 changed files with 28 additions and 28 deletions

View File

@@ -67,7 +67,7 @@ data = {
},
# Runner systems (runner images) supported by GitHub Actions
"sys": {
"ubuntu": {"icon": "🐧", "runs-on": "ubuntu-latest", "shell": "bash", "name": "Linux (x86-64)"},
"ubuntu": {"icon": "🐧", "runs-on": "ubuntu-24.04", "shell": "bash", "name": "Linux (x86-64)"},
"windows": {"icon": "🪟", "runs-on": "windows-latest", "shell": "pwsh", "name": "Windows (x86-64)"},
"macos": {"icon": "🍎", "runs-on": "macos-latest", "shell": "bash", "name": "MacOS (x86-64)"},
},