Skip to content

Commit

Permalink
Upgrade test OS version (#745)
Browse files Browse the repository at this point in the history
Signed-off-by: Bolun Thompson <bolunthompson@ucla.edu>
  • Loading branch information
BolunThompson authored Jan 27, 2025
1 parent 3609bd5 commit 5fbd53b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-24.04
- ubuntu-20.04
# TODO: Test on other OSes (see #620)
# - debian-12
# - fedora-41
runs-on: ${{ matrix.os }}
if: github.event.pull_request.draft == false
steps:
Expand Down

0 comments on commit 5fbd53b

Please sign in to comment.