fix: remove macOS 10.5 & 11 from test matrix

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
Vladislav Doster 2022-09-05 20:50:03 -05:00
parent bc7495c65e
commit c61319378d

View file

@ -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: