Skip to content

Commit

Permalink
Bump OS and compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Aug 27, 2024
1 parent d7e67d9 commit fda2246
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
config:
- {
name: "Ubuntu Low (AppImage)",
os: "ubuntu-20.04",
cc: "gcc-10",
cxx: "g++-10"
os: "ubuntu-22.04",
cc: "gcc-11",
cxx: "g++-11"
}
- {
name: "Ubuntu High",
os: "ubuntu-22.04",
cc: "clang-14",
cxx: "clang++-14"
os: "ubuntu-24.04",
cc: "clang-18",
cxx: "clang++-18"
}
fail-fast: false
env:
Expand Down

0 comments on commit fda2246

Please sign in to comment.