From c6cc725f283566c3d17fe66c4e049898baed539d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Achard?= Date: Fri, 28 Oct 2022 18:05:10 +0100 Subject: [PATCH] Update macOS runners to 10.11, bump actions version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Achard --- .github/workflows/analysis_workflow.yml | 12 +++++----- .github/workflows/ci_workflow.yml | 14 ++++++------ .github/workflows/wheel_workflow.yml | 30 ++++++++++++------------- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/analysis_workflow.yml b/.github/workflows/analysis_workflow.yml index fb5d8313b7..0f6c3d47e4 100644 --- a/.github/workflows/analysis_workflow.yml +++ b/.github/workflows/analysis_workflow.yml @@ -90,7 +90,7 @@ jobs: CC: ${{ matrix.cc-compiler }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install docs env run: share/ci/scripts/linux/yum/install_docs_env.sh if: matrix.build-docs == 'ON' @@ -186,11 +186,11 @@ jobs: python-version: 3.9 steps: - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install docs env run: share/ci/scripts/macos/install_docs_env.sh if: matrix.build-docs == 'ON' @@ -289,11 +289,11 @@ jobs: python-version: 3.9 steps: - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install docs env run: share/ci/scripts/windows/install_docs_env.sh shell: bash @@ -409,7 +409,7 @@ jobs: CC: gcc steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 50 - name: Install docs env diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 890021741b..edebcfe592 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -251,7 +251,7 @@ jobs: CC: ${{ matrix.cc-compiler }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # minizip-ng requires CMake 3.13+ but VFX2019 image ships with 3.12 - name: Upgrade VFX2019 CMake run: pip install cmake==3.13.3 @@ -307,7 +307,7 @@ jobs: # --------------------------------------------------------------------------- macos: - name: 'macOS 10.15 + name: 'macOS 11