Skip to content

Commit a6b4140

Browse files
committed
Add macOS 13 to CI
1 parent ba266eb commit a6b4140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
strategy:
2222
matrix:
23-
macos: [11, 12, latest]
23+
macos: [latest, 13, 12, 11]
2424

2525
runs-on: macos-${{ matrix.macos }}
2626
name: macos-${{ matrix.macos }}

0 commit comments

Comments
 (0)