DOC: Bump to non-deprecated image

This commit is contained in:
Eric Larson
2022-07-17 14:31:45 -04:00
parent 7c922f99d4
commit 0e1878bcdb
8 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -176,7 +176,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-11]
steps:
- uses: actions/checkout@v3
@@ -208,7 +208,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-11]
steps:
- uses: actions/checkout@v3