ci: update runners

This commit is contained in:
Rui Chen 2023-01-28 12:38:54 -05:00 committed by GitHub
parent 938fdf70a6
commit aba40b3f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0]
os: [ubuntu-20.04, ubuntu-22.04, macos-11.0, macos-12]
etcd: [v3.2.26, v3.3.11, v3.4.13]
steps:
- uses: actions/checkout@v2