From 924bc0d24f8ea1e8f51c6d365842bb044a46bc7c Mon Sep 17 00:00:00 2001 From: Simran Date: Sun, 25 Aug 2024 00:12:19 +0200 Subject: [PATCH] CI: Use older Ubuntu and checkout action and newer macOS runner --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebd43bc2b..df4628819 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,13 +47,13 @@ jobs: <${{ matrix.compiler-name }}, ${{ matrix.build-type }}, ${{ matrix.cmake-gen }}> - runs-on: ubuntu-24.04 + runs-on: ubuntu-20.04 container: image: olivevideoeditor/ci-olive:2022.3 steps: - name: Checkout Source Code - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: submodules: true @@ -296,14 +296,14 @@ jobs: compiler-name: Clang LLVM os-name: macOS os-arch: x86_64 - os: macos-11.0 + os: macos-12 cmake-gen: Ninja min-deploy: 10.13 - build-type: RelWithDebInfo compiler-name: Clang LLVM os-name: macOS os-arch: arm64 - os: macos-11.0 + os: macos-12 cmake-gen: Ninja min-deploy: 11.0 env: