Skip to content

Commit

Permalink
Just use ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
quackzar committed May 2, 2024
1 parent ded0659 commit 326dcc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: pycare/dist

windows:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -67,7 +67,7 @@ jobs:
path: pycare/dist

macos:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64-apple-darwin, aarch64-apple-darwin]
Expand Down

0 comments on commit 326dcc0

Please sign in to comment.