Skip to content

Commit

Permalink
Merge pull request #5 from vedantmgoyal9/patch-1
Browse files Browse the repository at this point in the history
Use latest runners for tests workflow
  • Loading branch information
mdsteele committed Apr 5, 2024
2 parents 7a5293b + 960d5d5 commit 6823304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -40,7 +40,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 6823304

Please sign in to comment.