Skip to content

Commit

Permalink
try macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Apr 26, 2024
1 parent e754d21 commit bba18a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:

jobs:
test:
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
matrix:
test-code:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
run: ${{ matrix.test-code }}

rust-ci:
runs-on: ubuntu-latest
runs-on: macos-latest
env:
RUSTDOCFLAGS: -D warnings
RUSTFLAGS: -D warnings
Expand Down

0 comments on commit bba18a9

Please sign in to comment.