From 0d91eedb290f2833a3fc6dee91913bc6ccdc97f0 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:14:32 -0700 Subject: [PATCH] Update meson.yml --- .github/workflows/meson.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 948d2a0..8415490 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -18,26 +18,6 @@ jobs: mode: ['static', 'shared'] include: - compiler: gcc - - os: ubuntu-latest - compiler: intel-classic - version: '2021.10' - int: '32' - mode: 'static' - - os: ubuntu-latest - compiler: intel-classic - version: '2021.10' - int: '32' - mode: 'shared' - - os: ubuntu-latest - compiler: intel-classic - version: '2021.10' - int: '64' - mode: 'static' - - os: ubuntu-latest - compiler: intel-classic - version: '2021.10' - int: '64' - mode: 'shared' - os: windows-latest compiler: intel version: '2023.2' @@ -108,7 +88,7 @@ jobs: - name: Install Meson and Ninja shell: bash run: | - pip install meson==1.4.1 + pip install meson pip install ninja - name: Set the environment variables CUTEST