Skip to content

Commit

Permalink
bump CI mac jobs to macos-13 from macos-12 (will be phased out in Dec…
Browse files Browse the repository at this point in the history
… 24) (#1416)
  • Loading branch information
slayoo authored Nov 9, 2024
1 parent 71fdb19 commit a04754e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/readme_snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python:
strategy:
matrix:
platform: [ubuntu-latest, macos-12, macos-14, windows-latest]
platform: [ubuntu-latest, macos-13, macos-14, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4.1.6
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/tests+artifacts+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pdoc:
strategy:
matrix:
platform: [ubuntu-latest, macos-12, windows-latest]
platform: [ubuntu-latest, macos-13, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4.1.6
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
needs: [pdoc, nojit_and_codecov, zenodo_json]
strategy:
matrix:
platform: [ubuntu-latest, macos-12, macos-14, windows-latest]
platform: [ubuntu-latest, macos-13, macos-14, windows-latest]
python-version: ["3.9", "3.11"]
test-suite: ["unit_tests/!(dynamics)", "unit_tests/dynamics/!(condensation)", "unit_tests/dynamics/condensation", "smoke_tests/no_env", "smoke_tests/box", "smoke_tests/parcel_a", "smoke_tests/parcel_b", "smoke_tests/parcel_c", "smoke_tests/kinematic_1d", "smoke_tests/kinematic_2d", "tutorials_tests"]
exclude:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
needs: [nojit_and_codecov]
strategy:
matrix:
platform: [ubuntu-24.04, macos-12, windows-latest]
platform: [ubuntu-24.04, macos-13, windows-latest]
python-version: ["3.9", "3.11"]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
needs: [examples-setup]
strategy:
matrix:
platform: [ubuntu-24.04, macos-12, windows-latest]
platform: [ubuntu-24.04, macos-13, windows-latest]
python-version: ["3.9", "3.11"]
test-suite: [ "chemistry_freezing_isotopes", "condensation_a", "condensation_b", "coagulation", "breakup", "multi-process_a", "multi-process_b"]
fail-fast: false
Expand Down Expand Up @@ -266,6 +266,7 @@ jobs:
run: |
brew install --cask paraview
echo `dirname /Applications/ParaView-*.app/Contents/bin/pvpython | head -1` >> $GITHUB_PATH
brew install ghostscript
- if: startsWith(matrix.platform, 'windows-') && matrix.test-suite == 'multi-process_a'
run: |
Expand Down Expand Up @@ -328,7 +329,7 @@ jobs:
pkg_install_check:
strategy:
matrix:
platform: [ubuntu-latest, macos-12, macos-14, windows-latest]
platform: [ubuntu-latest, macos-13, macos-14, windows-latest]
python-version: ["3.9", "3.11"]
exclude:
- platform: macos-14
Expand Down

0 comments on commit a04754e

Please sign in to comment.