Skip to content

Commit

Permalink
Temporarily disable macOS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 26, 2024
1 parent 00f1cdc commit 84f5a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
php: [8.1]
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-requests.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 84f5a12

Please sign in to comment.