Skip to content

Commit

Permalink
Workflows: Downgrade linux distro
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Jul 27, 2024
1 parent 1991434 commit 576e967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
linux:
name: 'Linux'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:

- name: Build using Clang C++ Compiler
run: |
rm -rf build && CC=clang CXX=clang++ cmake -DUSE_LEGACY_LIBC=ON -B build && cmake --build build -j8
rm -rf build && CC=clang CXX=clang++ cmake -B build && cmake --build build -j8
- name: Prepare CSSDK
run: |
Expand Down

0 comments on commit 576e967

Please sign in to comment.