Skip to content

Commit

Permalink
[CI] Update macOS runner versions
Browse files Browse the repository at this point in the history
macos-12 is deprecated, and macos-15 is now available
  • Loading branch information
speth committed Nov 10, 2024
1 parent 88fb207 commit c77e807
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,16 @@ jobs:
timeout-minutes: 90
strategy:
matrix:
macos-version: ['macos-12', 'macos-14']
python-version: ['3.11', '3.12', '3.13']
macos-version: ['macos-13', 'macos-14', 'macos-15']
python-version: ['3.12', '3.13']
include:
- macos-version: 'macos-12'
- macos-version: 'macos-13'
python-version: '3.8'
- macos-version: 'macos-14'
python-version: '3.10'
extra-build-args: cxx_flags='-std=c++20'
- macos-version: 'macos-15'
python-version: '3.11'
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -218,7 +220,7 @@ jobs:
# Pin to 4.3.4 to resolve errors around only uploading symlinks.
# See https://github.com/actions/upload-artifact/issues/589
uses: actions/upload-artifact@v4.3.4
if: matrix.python-version == '3.11' && matrix.macos-version == 'macos-12'
if: matrix.python-version == '3.12' && matrix.macos-version == 'macos-13'
with:
path: build/lib/libcantera_shared.dylib
name: libcantera_shared.dylib
Expand Down

0 comments on commit c77e807

Please sign in to comment.