Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Oct 13, 2024
1 parent 4eeb136 commit e775cb3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}}
Expand Down Expand Up @@ -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
Expand All @@ -540,6 +540,9 @@ jobs:
- os: macos-14
include: timer
shared: ON
- os: macos-15
include: timer
shared: ON

runs-on: ${{matrix.os}}

Expand Down Expand Up @@ -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}}
Expand Down

0 comments on commit e775cb3

Please sign in to comment.