exp: Add ubuntu 22.04 experimental builds

This commit is contained in:
Petr Mironychev
2025-01-21 14:58:44 +01:00
committed by GitHub
parent 2814dec3e5
commit a6c909d34d
2 changed files with 7 additions and 1 deletions

View File

@ -41,6 +41,12 @@ jobs:
platform: linux_x64,
cc: "gcc", cxx: "g++"
}
- {
name: "Ubuntu 22.04 GCC", artifact: "Linux-x64(Ubuntu-22.04-experimental)",
os: ubuntu-22.04,
platform: linux_x64,
cc: "gcc", cxx: "g++"
}
- {
name: "macOS Latest Clang", artifact: "macOS-universal",
os: macos-latest,