Skip to content

Commit

Permalink
ci: run on latest ubuntu, windows, and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Dec 6, 2024
1 parent cc6d551 commit 4e640c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ on:
- cron: "25 23 * * 4"

jobs:

test:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-20.04, windows-2022, macos-12]
runs-on: [ubuntu-latest, windows-latest, macos-latest]
toolchain:
- stable
- nightly
Expand Down

0 comments on commit 4e640c2

Please sign in to comment.