Skip to content

Commit

Permalink
💚 Workaround for macos ci issues (#484)
Browse files Browse the repository at this point in the history
Workaround for problems with setup-python: actions/setup-python#855
  • Loading branch information
MiWeiss authored May 18, 2024
1 parent cf0079d commit bf9b495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linting_and_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# macos-latest currently has issues (https://github.com/actions/setup-python/issues/855)
os: [ubuntu-latest, windows-latest, macos-13]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit bf9b495

Please sign in to comment.