remove macos-11: it no longer exists
This commit is contained in:
parent
4a9a5b6eed
commit
45f673b822
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bootstrap.yml
vendored
2
.github/workflows/bootstrap.yml
vendored
|
@ -176,7 +176,7 @@ jobs:
|
|||
runs-on: ${{ matrix.macos-version }}
|
||||
strategy:
|
||||
matrix:
|
||||
macos-version: ['macos-11', 'macos-12']
|
||||
macos-version: ['macos-12']
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue