Skip to content

Commit

Permalink
ci: remove flaky macos
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Apr 5, 2024
1 parent 103b01b commit 7b7ddbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
experimental: [1]
deprecated: [0]
python-version: ["3.8", "3.12"]
os: ["ubuntu-latest", "macos-12"]
os: ["ubuntu-latest"]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-12"]
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 7b7ddbe

Please sign in to comment.