ci: move github runners from macos-11 to macos-14

Move the GitHub runners currently on macos-11 to macos-14 as the former is
no longer supported by GitHub.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2024-07-01 15:46:39 +02:00 committed by Alberto Escolar
parent 574f939432
commit fa4537df8f
2 changed files with 4 additions and 4 deletions

View File

@ -27,9 +27,9 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ['3.10', '3.11', '3.12'] python-version: ['3.10', '3.11', '3.12']
os: [ubuntu-22.04, macos-11, windows-2022] os: [ubuntu-22.04, macos-14, windows-2022]
exclude: exclude:
- os: macos-11 - os: macos-14
python-version: 3.6 python-version: 3.6
- os: windows-2022 - os: windows-2022
python-version: 3.6 python-version: 3.6

View File

@ -30,9 +30,9 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ['3.10', '3.11', '3.12'] python-version: ['3.10', '3.11', '3.12']
os: [ubuntu-22.04, macos-11, windows-2022] os: [ubuntu-22.04, macos-14, windows-2022]
exclude: exclude:
- os: macos-11 - os: macos-14
python-version: 3.6 python-version: 3.6
- os: windows-2022 - os: windows-2022
python-version: 3.6 python-version: 3.6