Skip to content

Commit

Permalink
Update dependency macos to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 21, 2024
1 parent bca8695 commit f8e884b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
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 @@ -126,7 +126,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 @@ -348,7 +348,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 @@ -105,7 +105,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 @@ -170,7 +170,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.8", "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 @@ -93,7 +93,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 @@ -319,7 +319,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 @@ -89,7 +89,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 @@ -256,7 +256,7 @@ jobs:

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

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

0 comments on commit f8e884b

Please sign in to comment.