Skip to content

Commit d6125b6

Browse files
committed
Merge branch 'master' into optional
2 parents 371a1af + b35d76c commit d6125b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
platform: [ubuntu-latest, windows-latest, macos-latest-large]
26+
# Test on macos-13 because the macos-14 runner doesn't come with php installed.
27+
platform: [ubuntu-latest, windows-latest, macos-13]
2728
env:
2829
CLICOLOR_FORCE: 1
2930
steps:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
## UNRELEASED
55

6+
* ci: Fix php tests on macos actions runner [#110](https://github.com/jacobdeichert/mask/pull/110)
67

78
## v0.11.4 (2023-10-15)
89

0 commit comments

Comments
 (0)