Skip to content

Commit

Permalink
Merge pull request #51 from vedantmgoyal2009/patch-1
Browse files Browse the repository at this point in the history
Use latest runners for tests workflow
  • Loading branch information
mdsteele authored Feb 23, 2024
2 parents baef54e + 5e1b6b2 commit edf56bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tests:
strategy:
matrix:
os: [ ubuntu-20.04, windows-2019, macos-11]
os: [ ubuntu-latest, windows-latest, macos-latest]
rust: [ stable ]

needs: [linters]
Expand Down

0 comments on commit edf56bb

Please sign in to comment.