Skip to content

Commit

Permalink
Merge pull request #29 from makoni/main
Browse files Browse the repository at this point in the history
Remove macOS-10.13 from the test list
  • Loading branch information
abbasnaqdi authored Aug 15, 2023
2 parents a348d39 + e72cb8a commit 7cc7534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
test:
strategy:
matrix:
os: [macos-10.15, macos-11, macos-12, macos-13]
os: [macos-11, macos-12, macos-13]
arch: [amd64, arm64]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7cc7534

Please sign in to comment.