Skip to content

Commit

Permalink
Fix macos runners (#1040)
Browse files Browse the repository at this point in the history
**Pull Request Checklist**
- [ ] Fixes #<!--issue number goes here-->
- [ ] Tests added
- [ ] Documentation/examples added
- [ ] [Good commit messages](https://cbea.ms/git-commit/) and/or PR
title

**Description of PR**
https://github.com/actions/setup-python/issues/852
With macos-latest moving from macos-12 to macos-14, there are fewer
available python versions.

This PR pins the previous macos-latest runner to macos-12 and adds
entries for python 3.11 and 3.12 available on macos-14.

Also, it looks like the required status checks need to be updated.

---------

Signed-off-by: crflynn <[email protected]>
Signed-off-by: Sambhav Kothari <[email protected]>
Co-authored-by: Sambhav Kothari <[email protected]>
  • Loading branch information
crflynn and sambhav authored Apr 25, 2024
1 parent c843068 commit ce5f71f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-12]
python-version: ["3.8", "3.9", "3.10", "3.11"]

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

steps:
Expand Down

0 comments on commit ce5f71f

Please sign in to comment.