Skip to content

Commit ea435b8

Browse files
committed
ci: Use macos-latest version for MacOS
1 parent 0c87a1d commit ea435b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
os: ['macos-10.15'] # macos-10.15, macos-11, macos-latest
63+
os: ['macos-latest']
6464

6565
runs-on: '${{ matrix.os }}'
6666

0 commit comments

Comments
 (0)