We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2b729 commit be83456Copy full SHA for be83456
1 file changed
.github/workflows/CI-unixish.yml
@@ -53,7 +53,7 @@ jobs:
53
brew install coreutils python3 pcre gnu-sed
54
55
- name: Install missing Python packages
56
- if: matrix.os == 'macos-12' || matrix.os == 'macos-13'
+ if: matrix.os == 'macos-13'
57
run: |
58
python3 -m pip install pip --upgrade
59
python3 -m pip install pytest
0 commit comments