Skip to content

Commit 7aea6dd

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Upgrade to macOS 12 in CI
2 parents a8e1b10 + 3cd3f06 commit 7aea6dd

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
@@ -230,7 +230,7 @@ jobs:
230230
debug: [true, false]
231231
zts: [true, false]
232232
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
233-
runs-on: macos-11
233+
runs-on: macos-12
234234
steps:
235235
- name: git checkout
236236
uses: actions/checkout@v4

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
if: ${{ !matrix.asan }}
136136
uses: ./.github/actions/verify-generated-files
137137
MACOS_DEBUG_NTS:
138-
runs-on: macos-11
138+
runs-on: macos-12
139139
steps:
140140
- name: git checkout
141141
uses: actions/checkout@v4

0 commit comments

Comments
 (0)