Skip to content

Commit

Permalink
Update CI runners
Browse files Browse the repository at this point in the history
Updates the CI runners to use macos-14 instead of macos-12,
since this is deprecated.

Reference: actions/runner-images#10721
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Jan 6, 2025
1 parent c5e19d2 commit 890595a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scancode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-22.04, ubuntu-24.04, macos-12, macos-13]
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
pyver: ["3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-12, macos-13]
os: [macos-13, macos-14]
pyver: ["3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ jobs:

- template: etc/ci/azure-posix.yml
parameters:
job_name: macos12_cpython
image_name: macOS-12
job_name: macos14_cpython
image_name: macOS-14
python_versions: ['3.9', '3.10', '3.11', '3.12']
python_architecture: x64
test_suites:
Expand Down

0 comments on commit 890595a

Please sign in to comment.