We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab907b commit 8ed45eaCopy full SHA for 8ed45ea
.github/workflows/rpe_test.yml
@@ -173,7 +173,7 @@ jobs:
173
python3 -m pip install -r requirements.txt
174
175
- name: Create Package on ${{ matrix.os }}
176
- if: ${{ matrix.os == 'macos-latest' || matrix.os == 'windows-latest' }}
+ if: ${{ matrix.os == 'macos-12' || matrix.os == 'windows-latest' }}
177
run: |
178
npm run dist
179
env:
0 commit comments