Skip to content

Commit

Permalink
Remove macos-10.15 from Github Action (#637)
Browse files Browse the repository at this point in the history
Thanks @meowmeowmeowcat for cleaning this up!
  • Loading branch information
dukecat0 committed Jul 25, 2022
1 parent 4abf724 commit 2cfd66b
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 @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022, macos-10.15, macos-11, macos-12]
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022, macos-11, macos-12]
steps:
- uses: actions/checkout@v3
- uses: ./
Expand Down

0 comments on commit 2cfd66b

Please sign in to comment.