Skip to content

Commit

Permalink
CI: Use older Ubuntu and checkout action and newer macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Simran-B authored Aug 24, 2024
1 parent 4023bec commit 924bc0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 924bc0d

Please sign in to comment.