Skip to content

Commit

Permalink
update github runner for macos from 11 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed Jun 24, 2024
1 parent a97db7b commit 9dd34c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-11]
platform: [ubuntu-latest, macos-12]
python-version: ["3.9"]

runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, ubuntu-20.04]
os: [macos-12, ubuntu-20.04]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9dd34c5

Please sign in to comment.