Skip to content

Commit

Permalink
Use latest runners for tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Feb 23, 2024
1 parent baef54e commit 5e1b6b2
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 5e1b6b2

Please sign in to comment.