Skip to content

Commit

Permalink
Update the MacOs runner in our CI
Browse files Browse the repository at this point in the history
As the MacOS 12 GitHub Action runner is no longer supported, we use more
up-to-date versions in our CI. Also the version of the Ubuntu runner is
now specified to get a better control, on what is used here.
  • Loading branch information
schroedtert committed Dec 7, 2024
1 parent 0fd1969 commit 8a029dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-12, macos-14, windows-latest ]
os: [ ubuntu-24.04, macos-13, macos-14, macos-15, windows-latest ]
python-version: [ '3.11' ]
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-12, macos-14, windows-latest ]
os: [ ubuntu-24.04, macos-13, macos-14, macos-15, windows-latest ]
python-version: [ '3.11', '3.12' , '3.13']
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 8a029dc

Please sign in to comment.