Skip to content

Commit

Permalink
ci: switch to ubuntu 22.04 to workaround an apparent gcc 13.2 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Dec 10, 2024
1 parent 448e49d commit 30a498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
cfg:
- {name: "linux gcc dbg", os: ubuntu-latest, preset: debug-ci }
- {name: "linux gcc dbg", os: ubuntu-22.04, preset: debug-ci }
- {name: "windows msvc dbg", os: windows-latest, preset: debug-ci }
- {name: "macos clang dbg", os: macos-latest, preset: debug-ci }
steps:
Expand Down

0 comments on commit 30a498d

Please sign in to comment.