1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

macOs CI update. (#12998)

macOs CI update.

since sonoma (14) had been released since few months, we could afford to
upgrade to its previous release.
This commit is contained in:
David CARLIER
2023-12-22 15:24:53 +00:00
committed by GitHub
parent 702fbc8b18
commit 952ffbfe50
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ jobs:
debug: [true, false]
zts: [true, false]
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
runs-on: macos-12
runs-on: macos-13
steps:
- name: git checkout
uses: actions/checkout@v4
+1 -1
View File
@@ -150,7 +150,7 @@ jobs:
if: ${{ !matrix.asan }}
uses: ./.github/actions/verify-generated-files
MACOS_DEBUG_NTS:
runs-on: macos-12
runs-on: macos-13
steps:
- name: git checkout
uses: actions/checkout@v4