Add support for Ubuntu 24 (#271)

This commit is contained in:
Eric Saxby
2024-05-21 11:20:56 -07:00
committed by GitHub
parent 90f5b2c068
commit 618f13887e
5 changed files with 25 additions and 0 deletions
+1
View File
@@ -10314,6 +10314,7 @@ function getRunnerOSVersion() {
ubuntu18: 'ubuntu-18.04',
ubuntu20: 'ubuntu-20.04',
ubuntu22: 'ubuntu-22.04',
ubuntu24: 'ubuntu-24.04',
win19: 'windows-2019',
win22: 'windows-2022',
}