Skip to content

Commit

Permalink
Pin Gcc-13 to Ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Twon committed Feb 4, 2025
1 parent 2f40513 commit feb1292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
}
- {
name: "Ubuntu GCC-13",
os: ubuntu-latest,
os: ubuntu-22.04,
compiler: { type: GCC, version: 13, conan: "gcc", cc: "gcc-13", cxx: "g++-13", std: 20 },
lib: "libstdc++11"
}
Expand Down

0 comments on commit feb1292

Please sign in to comment.