mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01: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:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -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
|
||||
|
||||
@@ -110,7 +110,7 @@ static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size)
|
||||
|
||||
#define SLJIT_MAP_JIT (get_map_jit_flag())
|
||||
|
||||
static SLJIT_INLINE int get_map_jit_flag()
|
||||
static SLJIT_INLINE int get_map_jit_flag(void)
|
||||
{
|
||||
size_t page_size;
|
||||
void *ptr;
|
||||
|
||||
@@ -96,7 +96,7 @@ static int fpm_event_kqueue_init(int max) /* {{{ */
|
||||
/*
|
||||
* release kqueue stuff
|
||||
*/
|
||||
static int fpm_event_kqueue_clean() /* {{{ */
|
||||
static int fpm_event_kqueue_clean(void) /* {{{ */
|
||||
{
|
||||
if (kevents) {
|
||||
free(kevents);
|
||||
|
||||
Reference in New Issue
Block a user