mirror of
https://github.com/actions/setup-python.git
synced 2025-04-22 07:09:14 +08:00
remove macos-10.15
This commit is contained in:
parent
e882f95ed2
commit
684289b006
2
.github/workflows/test-python.yml
vendored
2
.github/workflows/test-python.yml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-10.15, windows-2019, ubuntu-20.04]
|
os: [macos-11, windows-2019, ubuntu-20.04]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue