Skip to content

Commit

Permalink
macos-13 runner is still in beta, allow it to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jul 28, 2023
1 parent c1ae971 commit 2125c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 15
matrix:
operating-system: [ubuntu-22.04, macos-12, macos-13]
operating-system: [ubuntu-22.04, macos-12]
php-version: ["8.1", "8.2"]
allow-failure: [false]
include:
Expand Down

0 comments on commit 2125c8c

Please sign in to comment.