From faca447621db74506df058da7a59f6a9f8c1e792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Ple=C5=A1a?= Date: Mon, 8 Jul 2024 16:01:43 +0200 Subject: [PATCH] Update macOS version in release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43d55524..2f57d500 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: python-version: ["3.11"] - platform: ["ubuntu-20.04", "macos-latest", "windows-latest"] + platform: ["ubuntu-20.04", "macos-13", "windows-latest"] architecture: ["x64"] include: - architecture: "x86" @@ -53,7 +53,7 @@ jobs: uses: FedericoCarboni/setup-ffmpeg@v3 # ffmpeg is not supported in the latest macOS arch: # Error: setup-ffmpeg can only be run on 64-bit systems - if: matrix.platform != 'macos-latest' + if: matrix.platform != 'macos-13' - name: Set up ${{ matrix.architecture }} Python ${{ matrix.python-version }} uses: actions/setup-python@v5 @@ -79,7 +79,7 @@ jobs: - name: Build and test with Pyinstaller on MacOS # Enable for Python3.11 only because it often fails at codesign (subprocess timeout) - if: matrix.platform == 'macos-latest' + if: matrix.platform == 'macos-13' run: | # see https://github.com/mapillary/mapillary_tools/issues/566 # TODO: move it to extras in setup.py