CI: Use older Ubuntu and checkout action and newer macOS runner

This commit is contained in:
Simran
2024-08-25 00:12:19 +02:00
committed by GitHub
parent 4023bec2f9
commit 924bc0d24f
+4 -4
View File
@@ -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: