Skip to content

Commit

Permalink
ci: update ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed May 28, 2023
1 parent c8af5ea commit 937da56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
# cores: 2,
# }
- {
name: "Ubuntu/18.04/Static/X64/Release",
os: ubuntu-18.04,
name: "Ubuntu/22.04/Static/X64/Release",
os: ubuntu-22.04,
config: Release,
cmake_extra_args: "-DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 -DCMAKE_CXX_FLAGS=\"-O2\"",
sudocmd: "sudo",
Expand Down

0 comments on commit 937da56

Please sign in to comment.