Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency macos to v14 #279

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
analysis:
runs-on: macos-12
runs-on: macos-14
name: Analysis

steps:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
verbose: true

coverage-macos:
runs-on: macos-12
runs-on: macos-14
name: Coverage(macOS) β€’ 🐍3.10
env:
TEST_DECODE_THREADS: 0 # This test fails on GitHub on macOS. We have such enabled test on Cirrus.
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
run: sudo -H PH_LIGHT_ACTION=1 EXP_PH_LIBHEIF_VERSION="" python3 -m pytest

coverage-import-error:
runs-on: macos-12
runs-on: macos-14
name: Coverage(ImportError)

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-src-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ concurrency:
jobs:
full_macos_12:
name: macOS:12-x86_64
runs-on: macos-12
runs-on: macos-14
env:
TEST_DECODE_THREADS: 0 # This test fails on GitHub on macOS. We have such enabled test on Cirrus.
PH_FULL_ACTION: 1
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

lite_macos_12:
name: macOS:12-x86_64(Pi-Heif)
runs-on: macos-12
runs-on: macos-14
env:
TEST_DECODE_THREADS: 0
PH_LIGHT_ACTION: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

macos-wheels:
name: macOS β€’ 12 β€’ ${{ matrix.python-version }}
runs-on: macos-12
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

macos-projects-together:
name: macOS β€’ Together β€’ ${{ matrix.python-version }}
runs-on: macos-12
runs-on: macos-14
strategy:
matrix:
python-version: ["pypy-3.9", "3.9"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

macos-wheels:
name: macOS β€’ 12 β€’ ${{ matrix.python-version }}
runs-on: macos-12
runs-on: macos-14
strategy:
matrix:
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

wheels_macos:
name: macosx β€’ x86_64
runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:

sdist:
name: Source distribution
runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels-pillow_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

wheels_macos:
name: macosx β€’ x86_64
runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:

sdist:
name: Source distribution
runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down
Loading