From e775cb389a1b8886a70b6860b288d452f759b68c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 13 Oct 2024 04:06:59 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c594496..9948622 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: layout: system python: OFF mpi: OFF - exclude: "process;geometry" + exclude: "process;geometry;math" - os: ubuntu-latest include: assert testing: ON @@ -444,7 +444,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ] + os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15 ] shared: [ ON, OFF ] runs-on: ${{matrix.os}} @@ -531,7 +531,7 @@ jobs: - os: ubuntu-22.04 include: timer shared: ON - - os: macos-12 + - os: ubuntu-24.04 include: timer shared: ON - os: macos-13 @@ -540,6 +540,9 @@ jobs: - os: macos-14 include: timer shared: ON + - os: macos-15 + include: timer + shared: ON runs-on: ${{matrix.os}} @@ -581,7 +584,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ] + os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15 ] shared: [ ON, OFF ] runs-on: ${{matrix.os}}