mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
remove macos-11
This commit is contained in:
parent
dee46fa8d4
commit
20171ef3a5
2
.github/workflows/test-python.yml
vendored
2
.github/workflows/test-python.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
||||||
check-latest: [false, true]
|
check-latest: [false, true]
|
||||||
os: [macos-11, macos-12, macos-13, macos-14, windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, setup-actions-ubuntu-arm64-2-core, setup-actions-windows-arm64-4-core]
|
os: [macos-12, macos-13, macos-14, windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, setup-actions-ubuntu-arm64-2-core, setup-actions-windows-arm64-4-core]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Python ${{ matrix.check-latest && 'and check latest' || '' }}
|
- name: Setup Python ${{ matrix.check-latest && 'and check latest' || '' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user