mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 15:46:36 -04:00
fix: remove macOS 10.5 & 11 from test matrix
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
bc7495c65e
commit
c61319378d
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue