Skip to content

Commit

Permalink
fix(ci): fix the name of the CI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Dec 2, 2024
1 parent 6a671d0 commit 9027647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [linux, macos, windows]
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [stable]
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 9027647

Please sign in to comment.