Skip to content

Commit

Permalink
Build Linux libraries on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Aug 24, 2023
1 parent 804d4df commit eadd42f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:

build-linux:
name: Build Linux (x64)
runs-on: ubuntu-22.04
# Use 20.04 to target glibc 2.31 like the other native libs
runs-on: ubuntu-20.04
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit eadd42f

Please sign in to comment.