Skip to content

Commit

Permalink
Merge pull request #760 from pulsar-edit/fix-glibc-nonsense
Browse files Browse the repository at this point in the history
[meta] Build x86 Linux binaries on Ubuntu 20.04, for older (more compatible) glibc
  • Loading branch information
confused-Techie authored Oct 17, 2023
2 parents 138e2ab + 4d85e76 commit 64b1469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-20.04, windows-latest, macos-latest ]
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 64b1469

Please sign in to comment.