Skip to content

Commit

Permalink
udpate workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 18, 2024
1 parent 7633855 commit 2ede7be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- {
name: "Ubuntu Latest GCC", artifact: "Linux.7z",
os: ubuntu-latest,
cc: "gcc-14", cxx: "g++-14"
cc: "gcc-13", cxx: "g++-13"
# cc: "gcc-14", cxx: "g++-14"

# https://github.com/actions/runner-images/blob/macos-14-arm64/20240827.4/images/ubuntu/Ubuntu2404-Readme.md
}
Expand Down

0 comments on commit 2ede7be

Please sign in to comment.