From 5e1b704784f1f63c0caeb677bba8de155072ed83 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Sat, 19 Oct 2024 19:28:58 -0500 Subject: [PATCH] disabling macos from the run --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d0ab83abb..cfeef2696a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -101,8 +101,8 @@ jobs: include: # Linux - { name: ubuntu-gcc, os: ubuntu-20.04, compiler: gcc } - # macOS - - { name: macos-clang, os: macos-latest, compiler: clang } +# # macOS +# - { name: macos-clang, os: macos-latest, compiler: clang } # Windows - { php: '8.0', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' } - { php: '8.0', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }