Skip to content

Commit 4d7ccbb

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
2 parents 2d77746 + a807092 commit 4d7ccbb

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
@@ -105,7 +105,7 @@ jobs:
105105
debug: [true, false]
106106
zts: [true, false]
107107
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
108-
runs-on: macos-10.15
108+
runs-on: macos-11
109109
steps:
110110
- name: git checkout
111111
uses: actions/checkout@v2

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Verify generated files are up to date
6161
uses: ./.github/actions/verify-generated-files
6262
MACOS_DEBUG_NTS:
63-
runs-on: macos-10.15
63+
runs-on: macos-11
6464
steps:
6565
- name: git checkout
6666
uses: actions/checkout@v2

0 commit comments

Comments
 (0)