bugsnag / bugsnag-go

Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
https://docs.bugsnag.com/platforms/go
MIT License
204 stars 69 forks source link

Ensure maze runner tests run on the CI #236

Closed JamesLindsay0 closed 2 months ago

JamesLindsay0 commented 2 months ago

Goal

In #235 the maze runner tests where accidentally disabled because of a change in the OS names. This MR updates references to matrix.os to match the changed names, allowing the maze runner tests to run again.

It would appear that downgrading Ubuntu has not really helped the test pass rate.