Skip to content

Commit aa07b55

Browse files
committed
Use macos-latest
1 parent 4a04e33 commit aa07b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ jobs:
439439
# max-parallel: 4
440440
matrix:
441441
os:
442-
- macOS-12
442+
- macOS-latest
443443
- Ubuntu-24.04
444444
- Windows-latest
445445
python:
@@ -697,7 +697,7 @@ jobs:
697697
name: 📊 Node ${{ matrix.node }} @ ${{ matrix.os }}
698698
strategy:
699699
matrix:
700-
os: [ubuntu-24.04, windows-latest, macOS-12]
700+
os: [ubuntu-24.04, windows-latest, macOS-latest]
701701
node: ['10.x', '11.x', '12.x']
702702
# max-parallel: 4
703703
fail-fast: false

0 commit comments

Comments
 (0)