Skip to content

Commit 8ed45ea

Browse files
committed
use macos-12
1 parent 4ab907b commit 8ed45ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rpe_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
python3 -m pip install -r requirements.txt
174174
175175
- name: Create Package on ${{ matrix.os }}
176-
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'windows-latest' }}
176+
if: ${{ matrix.os == 'macos-12' || matrix.os == 'windows-latest' }}
177177
run: |
178178
npm run dist
179179
env:

0 commit comments

Comments
 (0)