Skip to content

Commit 952ffbf

Browse files
authored
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.
1 parent 702fbc8 commit 952ffbf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
debug: [true, false]
235235
zts: [true, false]
236236
name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
237-
runs-on: macos-12
237+
runs-on: macos-13
238238
steps:
239239
- name: git checkout
240240
uses: actions/checkout@v4

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
if: ${{ !matrix.asan }}
151151
uses: ./.github/actions/verify-generated-files
152152
MACOS_DEBUG_NTS:
153-
runs-on: macos-12
153+
runs-on: macos-13
154154
steps:
155155
- name: git checkout
156156
uses: actions/checkout@v4

ext/pcre/pcre2lib/sljit/sljitExecAllocator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size)
110110

111111
#define SLJIT_MAP_JIT (get_map_jit_flag())
112112

113-
static SLJIT_INLINE int get_map_jit_flag()
113+
static SLJIT_INLINE int get_map_jit_flag(void)
114114
{
115115
size_t page_size;
116116
void *ptr;

sapi/fpm/fpm/events/kqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static int fpm_event_kqueue_init(int max) /* {{{ */
9696
/*
9797
* release kqueue stuff
9898
*/
99-
static int fpm_event_kqueue_clean() /* {{{ */
99+
static int fpm_event_kqueue_clean(void) /* {{{ */
100100
{
101101
if (kevents) {
102102
free(kevents);

0 commit comments

Comments
 (0)