1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 06:27:00 +09:00

remove macos-10.15

This commit is contained in:
Dmitry Shibanov 2023-05-25 16:28:06 +02:00
parent e882f95ed2
commit 684289b006

View file

@ -97,7 +97,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, windows-2019, ubuntu-20.04]
os: [macos-11, windows-2019, ubuntu-20.04]
steps:
- name: Checkout
uses: actions/checkout@v2