We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 371a1af + b35d76c commit d6125b6Copy full SHA for d6125b6
.github/workflows/ci.yml
@@ -23,7 +23,8 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- platform: [ubuntu-latest, windows-latest, macos-latest-large]
+ # Test on macos-13 because the macos-14 runner doesn't come with php installed.
27
+ platform: [ubuntu-latest, windows-latest, macos-13]
28
env:
29
CLICOLOR_FORCE: 1
30
steps:
CHANGELOG.md
@@ -3,6 +3,7 @@
3
4
## UNRELEASED
5
6
+* ci: Fix php tests on macos actions runner [#110](https://github.com/jacobdeichert/mask/pull/110)
7
8
## v0.11.4 (2023-10-15)
9
0 commit comments