Skip to content

Commit 1cf6e12

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Upgrade to macOS 12 in CI
2 parents b3bce23 + 55ed769 commit 1cf6e12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
debug: [true, false]
206206
zts: [true, false]
207207
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
208-
runs-on: macos-11
208+
runs-on: macos-12
209209
steps:
210210
- name: git checkout
211211
uses: actions/checkout@v4

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Verify generated files are up to date
9797
uses: ./.github/actions/verify-generated-files
9898
MACOS_DEBUG_NTS:
99-
runs-on: macos-11
99+
runs-on: macos-12
100100
steps:
101101
- name: git checkout
102102
uses: actions/checkout@v4

0 commit comments

Comments
 (0)