Skip to content

Commit

Permalink
Use macos-13 to avoid errors setting up Python
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Apr 24, 2024
1 parent 2062523 commit 6fc708f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/positron-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ jobs:
- os: 'ubuntu-latest'
python: '3.8'
pytest-version: 'pytest<8.1.1'
- os: 'macos-latest'
# TODO: go back to macos-latest once we have a stable version of Python 3.9
# on that image.
- os: 'macos-13'
python: '3.9'
pytest-version: 'pytest<8.1.1'
- os: 'windows-latest'
Expand Down Expand Up @@ -180,7 +182,7 @@ jobs:
include:
- os: 'ubuntu-latest'
python: '3.8'
- os: 'macos-latest'
- os: 'macos-13'
python: '3.9'
- os: 'windows-latest'
python: '3.10'
Expand Down

0 comments on commit 6fc708f

Please sign in to comment.