Skip to content

Commit

Permalink
fix: remove macOS 10.5 & 11 from test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster committed Sep 6, 2022
1 parent bc7495c commit c613193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['macos-10.15','macos-11','macos-12','ubuntu-20.04','ubuntu-22.04']
os: ['macos-12','ubuntu-20.04','ubuntu-22.04']
fail-fast: true

steps:
Expand Down

0 comments on commit c613193

Please sign in to comment.