Skip to content

Commit

Permalink
Remove macos-11 and add macos-13 in CI (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
po09i committed Dec 21, 2023
1 parent 2c8f054 commit eef4c56
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
matrix:
os:
- 'macos-11'
- 'macos-12'
- 'macos-13'
- 'ubuntu-22.04'
- 'ubuntu-20.04'
python-version:
Expand All @@ -33,10 +33,6 @@ jobs:
echo $HOME
- uses: actions/checkout@v3

- name: Set XCode version
if: contains(matrix.os, 'macos-11.0')
run: sudo xcode-select -s "/Applications/Xcode_12.2.app"

- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit eef4c56

Please sign in to comment.