From 39245a426cb45082022ab73b545ade507be4f26d Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Sat, 23 Nov 2024 16:58:35 +0300 Subject: [PATCH] replaced macos-12 with macos-13 --- .github/workflows/analysis-coverage.yml | 9 +++++---- .github/workflows/test-src-build-macos.yml | 12 ++++++------ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 975e7a33..a4d0d135 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -22,7 +22,7 @@ on: jobs: analysis: - runs-on: macos-12 + runs-on: macos-13 name: Analysis steps: @@ -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. @@ -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 @@ -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: diff --git a/.github/workflows/test-src-build-macos.yml b/.github/workflows/test-src-build-macos.yml index 621d69d4..dc34136b 100644 --- a/.github/workflows/test-src-build-macos.yml +++ b/.github/workflows/test-src-build-macos.yml @@ -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 @@ -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