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.
macos-12
1 parent 0ef5d43 commit 2728acaCopy full SHA for 2728aca
.github/workflows/test-library.yml
@@ -439,7 +439,7 @@ jobs:
439
# max-parallel: 4
440
matrix:
441
os:
442
- - macOS-latest
+ - macOS-12
443
- Ubuntu-20.04
444
- Windows-latest
445
python:
@@ -694,7 +694,7 @@ jobs:
694
name: 📊 Node ${{ matrix.node }} @ ${{ matrix.os }}
695
strategy:
696
697
- os: [ubuntu-20.04, windows-latest, macOS-latest]
+ os: [ubuntu-20.04, windows-latest, macOS-12]
698
node: ['10.x', '11.x', '12.x']
699
700
fail-fast: false
0 commit comments