Skip to content

Commit eae105e

Browse files
Replace deprecated macos-11 runner images
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 5b734f0 commit eae105e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/scancode-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
strategy:
236236
fail-fast: true
237237
matrix:
238-
os: [ubuntu-22.04, ubuntu-22.04, macos-11, macos-12]
238+
os: [ubuntu-22.04, ubuntu-22.04, macos-12, macos-13]
239239
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
240240

241241
steps:
@@ -367,7 +367,7 @@ jobs:
367367
strategy:
368368
fail-fast: true
369369
matrix:
370-
os: [macos-11, macos-12]
370+
os: [macos-12, macos-13]
371371
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
372372

373373
steps:

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,19 +211,19 @@ jobs:
211211
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
212212
test_suites:
213213
all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
214-
214+
215215
- template: etc/ci/azure-posix.yml
216216
parameters:
217-
job_name: macos11_cpython_latest_from_pip
218-
image_name: macos-11
217+
job_name: macos12_cpython_latest_from_pip
218+
image_name: macos-12
219219
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
220220
test_suites:
221221
all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
222222

223223
- template: etc/ci/azure-posix.yml
224224
parameters:
225-
job_name: macos12_cpython_latest_from_pip
226-
image_name: macos-12
225+
job_name: macos13_cpython_latest_from_pip
226+
image_name: macos-13
227227
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
228228
test_suites:
229229
all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py

0 commit comments

Comments
 (0)