Skip to content

Commit

Permalink
Merge pull request #34 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 authored Apr 5, 2024
2 parents a078c72 + fa28a90 commit 8d73d08
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 @@ -33,7 +33,7 @@ jobs:
tests:
strategy:
matrix:
os: [ ubuntu-20.04, windows-2019, macos-11]
os: [ ubuntu-latest, windows-latest, macos-latest]
rust: [ stable ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8d73d08

Please sign in to comment.