Skip to content

Commit 7f5d306

Browse files
authored
chore(dev): switch macos-latest CI runner (#134)
1 parent c642b6a commit 7f5d306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
matrix:
7777
version: [ 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19, 20, 21 ]
78-
os: [ ubuntu-latest, macos-13, windows-latest ]
78+
os: [ ubuntu-latest, macos-latest, windows-latest ]
7979
fail-fast: false
8080
runs-on: ${{ matrix.os }}
8181
steps:

0 commit comments

Comments
 (0)