Skip to content

Commit 7cc7534

Browse files
authored
Merge pull request #29 from makoni/main
Remove macOS-10.13 from the test list
2 parents a348d39 + e72cb8a commit 7cc7534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
test:
5050
strategy:
5151
matrix:
52-
os: [macos-10.15, macos-11, macos-12, macos-13]
52+
os: [macos-11, macos-12, macos-13]
5353
arch: [amd64, arm64]
5454

5555
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)