Skip to content

Commit bf9b495

Browse files
authored
💚 Workaround for macos ci issues (#484)
Workaround for problems with setup-python: actions/setup-python#855
1 parent cf0079d commit bf9b495

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/linting_and_unittests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, windows-latest, macos-latest]
15+
# macos-latest currently has issues (https://github.com/actions/setup-python/issues/855)
16+
os: [ubuntu-latest, windows-latest, macos-13]
1617
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1718
runs-on: ${{ matrix.os }}
1819
steps:

0 commit comments

Comments
 (0)