Skip to content

Commit

Permalink
Revert "Pin to Ubuntu 18.04"
Browse files Browse the repository at this point in the history
This reverts commit c9994b4.

Ubuntu 18 is no longer available in GH Actions, and also we want to see
the failing tests due to the OpenSSL changes.
  • Loading branch information
tofu-rocketry committed Jun 12, 2023
1 parent a197ad8 commit b1aab5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
unit-test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b1aab5c

Please sign in to comment.