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 4a04e33 commit aa07b55Copy full SHA for aa07b55
.github/workflows/test-library.yml
@@ -439,7 +439,7 @@ jobs:
439
# max-parallel: 4
440
matrix:
441
os:
442
- - macOS-12
+ - macOS-latest
443
- Ubuntu-24.04
444
- Windows-latest
445
python:
@@ -697,7 +697,7 @@ jobs:
697
name: 📊 Node ${{ matrix.node }} @ ${{ matrix.os }}
698
strategy:
699
700
- os: [ubuntu-24.04, windows-latest, macOS-12]
+ os: [ubuntu-24.04, windows-latest, macOS-latest]
701
node: ['10.x', '11.x', '12.x']
702
703
fail-fast: false
0 commit comments