Skip to content

Commit

Permalink
refactor: use ubuntu for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor committed Feb 16, 2024
1 parent e50c550 commit f079f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
ci-rs:
runs-on: [ macos-latest, ubuntu-latest]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f079f74

Please sign in to comment.