Skip to content

Commit

Permalink
Use most recent Ubuntu when running tests
Browse files Browse the repository at this point in the history
The combination of gcc 9.4 and gdb 9.2 in Ubuntu 20.04 have a few
minor test issues that seem to be bugs in gdb that have been since
fixed.

Part of eclipse-cdt#816
  • Loading branch information
jonahgraham committed Jan 23, 2025
1 parent 5e62200 commit b49d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 90

steps:
Expand Down

0 comments on commit b49d176

Please sign in to comment.