Skip to content

Commit

Permalink
exp: add ubuntu 22.04 config for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Palm1r committed Dec 24, 2024
1 parent 30ea89c commit f3912a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
platform: linux_x64,
cc: "gcc", cxx: "g++"
}
- {
name: "Ubuntu 22.04 GCC", artifact: "Linux-x64",
os: ubuntu-22.04,
platform: linux_x64,
cc: "gcc", cxx: "g++"
}
- {
name: "macOS Latest Clang", artifact: "macOS-universal",
os: macos-latest,
Expand Down

0 comments on commit f3912a6

Please sign in to comment.