Skip to content

Commit

Permalink
replaced macos-12 with macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Nov 23, 2024
1 parent 13dcb4f commit 39245a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 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-13
name: Analysis

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

coverage-macos:
runs-on: macos-12
name: Coverage(macOS) • 🐍3.10
runs-on: macos-13
name: Coverage(macOS-13) • 🐍3.10
env:
TEST_DECODE_THREADS: 0 # This test fails on GitHub on macOS. We have such enabled test on Cirrus.

Expand All @@ -143,6 +143,7 @@ jobs:

- name: Install from source
run: |
brew install --formula ./libheif/macos/libheif.rb
python3 -m pip -v install ".[dev]"
- name: LibHeif info
Expand Down Expand Up @@ -366,7 +367,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-13
name: Coverage(ImportError)

steps:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-src-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ concurrency:
cancel-in-progress: true

jobs:
full_macos_12:
name: macOS:12-x86_64
runs-on: macos-12
full_macos_13:
name: macOS:13-x86_64
runs-on: macos-13
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 @@ -79,9 +79,9 @@ jobs:
- name: Perform tests
run: python3 -m pytest

lite_macos_12:
name: macOS:12-x86_64(Pi-Heif)
runs-on: macos-12
lite_macos_13:
name: macOS:13-x86_64(Pi-Heif)
runs-on: macos-13
env:
TEST_DECODE_THREADS: 0
PH_LIGHT_ACTION: 1
Expand Down

0 comments on commit 39245a4

Please sign in to comment.